From: Uwe Stöhr Date: Tue, 11 Dec 2007 00:45:30 +0000 (+0000) Subject: preamble.cpp: whitespace only X-Git-Tag: 1.6.10~6979 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=b2f965270c2e28b16406821d18faa81525eb309d;p=lyx.git preamble.cpp: whitespace only git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22074 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/tex2lyx/preamble.cpp b/src/tex2lyx/preamble.cpp index 4f242c9eec..77f9c37df6 100644 --- a/src/tex2lyx/preamble.cpp +++ b/src/tex2lyx/preamble.cpp @@ -232,7 +232,7 @@ string const scale_as_percentage(string const & scale) return convert(100 * convert(value)); } // If the input string didn't match our expectations. - // return the default value "100" + // return the default value "100" return "100"; }