Whitespace

This commit is contained in:
Juergen Spitzmueller 2012-07-01 08:38:54 +02:00
parent 56f0e0c4fc
commit 507302b444
2 changed files with 5 additions and 4 deletions

View File

@ -1745,7 +1745,8 @@ bool BufferParams::writeLaTeX(otexstream & os, LaTeXFeatures & features,
IndicesList::const_iterator iend = indiceslist().end();
for (; iit != iend; ++iit) {
pair<docstring, docstring> indexname_latex =
features.runparams().encoding->latexString(iit->index(), features.runparams().dryrun);
features.runparams().encoding->latexString(iit->index(),
features.runparams().dryrun);
if (!indexname_latex.second.empty()) {
// issue a warning about omitted characters
// FIXME: should be passed to the error dialog