]> git.lyx.org Git - lyx.git/blobdiff - src/output_latex.cpp
InsetTabular.cpp: multirows inherit the width and the alignment from the column;...
[lyx.git] / src / output_latex.cpp
index bbaa12901980dc266a8c7550cfaa8c1bd4249d33..69991ffa2f7519189557946c195c15afd500c92b 100644 (file)
@@ -384,7 +384,7 @@ ParagraphList::const_iterator TeXOnePar(Buffer const & buf,
                }
 
                pit->latex(bparams, outerfont, os, texrow,
-                                                        runparams, start_pos, end_pos);
+                          runparams, start_pos, end_pos);
                return nextpit;
        }