mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 13:46:43 +00:00
Whitespace
This commit is contained in:
parent
56f0e0c4fc
commit
507302b444
@ -1745,7 +1745,8 @@ bool BufferParams::writeLaTeX(otexstream & os, LaTeXFeatures & features,
|
|||||||
IndicesList::const_iterator iend = indiceslist().end();
|
IndicesList::const_iterator iend = indiceslist().end();
|
||||||
for (; iit != iend; ++iit) {
|
for (; iit != iend; ++iit) {
|
||||||
pair<docstring, docstring> indexname_latex =
|
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()) {
|
if (!indexname_latex.second.empty()) {
|
||||||
// issue a warning about omitted characters
|
// issue a warning about omitted characters
|
||||||
// FIXME: should be passed to the error dialog
|
// FIXME: should be passed to the error dialog
|
||||||
|
Loading…
Reference in New Issue
Block a user