]> git.lyx.org Git - features.git/commitdiff
Whitespace
authorRichard Kimberly Heck <rikiheck@lyx.org>
Tue, 13 Oct 2020 22:26:13 +0000 (18:26 -0400)
committerRichard Kimberly Heck <rikiheck@lyx.org>
Tue, 13 Oct 2020 22:26:13 +0000 (18:26 -0400)
src/output_latex.cpp

index b8243c17f0faf099268052b1439b5592707611c5..f690134a3c58eb97d638855f1c2bea8b10bf2682 100644 (file)
@@ -588,7 +588,7 @@ namespace {
 
 void addArgInsets(Paragraph const & par, string const & prefix,
                  Layout::LaTeXArgMap const & latexargs,
-                                map<size_t, InsetArgument const *> & ilist,
+                 map<size_t, InsetArgument const *> & ilist,
                  vector<string> & required)
 {
        for (auto const & table : par.insetList()) {