r14688 by jghali - fix indentation

scribus-commit scribus-commit at lists.scribus.net
Fri Feb 12 00:10:52 CET 2010


Revision: 14688
Author: jghali
Date: 2010-02-11T23:04:35.878311Z
Commit message: fix indentation

Changeset: 
M  /trunk/Scribus/scribus/scclocale.cpp

Diffs:
Index: scribus/scclocale.cpp
===================================================================
--- scribus/scclocale.cpp	(revision 14687)
+++ scribus/scclocale.cpp	(revision 14688)
@@ -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