]> git.lyx.org Git - features.git/commitdiff
spacing
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Sun, 8 Aug 2010 14:48:15 +0000 (14:48 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Sun, 8 Aug 2010 14:48:15 +0000 (14:48 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35093 a592a061-630c-0410-9148-cb99ea01b6c8

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;
        }