]> git.lyx.org Git - features.git/commitdiff
preamble.cpp: whitespace only
authorUwe Stöhr <uwestoehr@web.de>
Tue, 11 Dec 2007 00:45:30 +0000 (00:45 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Tue, 11 Dec 2007 00:45:30 +0000 (00:45 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22074 a592a061-630c-0410-9148-cb99ea01b6c8

src/tex2lyx/preamble.cpp

index 4f242c9eecb9f7c879446a5079e3d63615a7187d..77f9c37df6efc68b271a5a44ef67831251810f57 100644 (file)
@@ -232,7 +232,7 @@ string const scale_as_percentage(string const & scale)
                        return convert<string>(100 * convert<double>(value));
        }
        // If the input string didn't match our expectations.
-       // return the default value "100" 
+       // return the default value "100"
        return "100";
 }