preamble.cpp: whitespace only

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22074 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2007-12-11 00:45:30 +00:00
parent cbaca4a129
commit b2f965270c

View 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";
}