From b84e0c158dfbffc16fbda21eb52b86de5d7e7661 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Tue, 29 Apr 2008 00:12:56 +0000 Subject: [PATCH] tex2lyx/text.cpp: cosmetic git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24551 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/tex2lyx/text.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2