From: Uwe Stöhr Date: Tue, 29 Apr 2008 00:12:56 +0000 (+0000) Subject: tex2lyx/text.cpp: cosmetic X-Git-Tag: 1.6.10~4950 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=b84e0c158dfbffc16fbda21eb52b86de5d7e7661;p=lyx.git tex2lyx/text.cpp: cosmetic git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24551 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/tex2lyx/text.cpp b/src/tex2lyx/text.cpp index 1f94459ca5..88a08d7e04 100644 --- a/src/tex2lyx/text.cpp +++ b/src/tex2lyx/text.cpp @@ -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;