]> git.lyx.org Git - lyx.git/commitdiff
tex2lyx/text.cpp: cosmetic
authorUwe Stöhr <uwestoehr@web.de>
Tue, 29 Apr 2008 00:12:56 +0000 (00:12 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Tue, 29 Apr 2008 00:12:56 +0000 (00:12 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24551 a592a061-630c-0410-9148-cb99ea01b6c8

src/tex2lyx/text.cpp

index 1f94459ca5c5f60744a5896ab1fc75e7bcaf4ac0..88a08d7e043e0bf536cff627028d3c3ae29d7294 100644 (file)
@@ -1541,7 +1541,7 @@ void parse_text(Parser & p, ostream & os, unsigned flags, bool outer,
                else if ((p.next_token().asInput() == "*") &&
                         context.new_layout_allowed &&
                         (newlayout = findLayout(context.textclass, t.cs() + '*')) &&
-                         newlayout->isCommand()) {
+                        newlayout->isCommand()) {
                        TeXFont const oldFont = context.font;
                        // save the current font size
                        string const size = oldFont.size;