r14689 by jghali - fix indentation
scribus-commit
scribus-commit at lists.scribus.net
Fri Feb 12 00:11:07 CET 2010
Revision: 14689
Author: jghali
Date: 2010-02-11T23:04:54.725594Z
Commit message: fix indentation
Changeset:
M /branches/Version135/Scribus/scribus/scclocale.cpp
Diffs:
Index: scribus/scclocale.cpp
===================================================================
--- scribus/scclocale.cpp (revision 14688)
+++ scribus/scclocale.cpp (revision 14689)
@@ -113,7 +113,7 @@
double result(0.0);
setlocale(LC_NUMERIC, "C");
result = strtod(str, endptr);
- setlocale(LC_NUMERIC, oldlocale);
+ setlocale(LC_NUMERIC, oldlocale);
return result;
#else
return strtod_l(str, endptr, that()->cLocale);
More information about the scribus-commit
mailing list