[POS-commit] r3947 - kiwi/trunk/kiwi

Johan Dahlin jdahlin at async.com.br
Wed Jul 19 10:40:36 BRT 2006


Author: jdahlin
Date: Wed Jul 19 10:40:36 2006
New Revision: 3947

Modified:
   kiwi/trunk/kiwi/datatypes.py

Log:
whitespace normalization

Modified: kiwi/trunk/kiwi/datatypes.py
==============================================================================
--- kiwi/trunk/kiwi/datatypes.py	(original)
+++ kiwi/trunk/kiwi/datatypes.py	Wed Jul 19 10:40:36 2006
@@ -470,7 +470,7 @@
                 # Decimal does not accept leading and trailing spaces. See
                 # bug 1516613
                 value = text.strip()
-                
+
             if value == ValueUnset:
                 raise InvalidOperation
         elif HAVE_DECIMAL and isinstance(value, float):
@@ -631,7 +631,7 @@
         conv['mon_thousands_sep'] = ''
         conv['mon_decimal_point'] = '.'
         conv['p_sep_by_space'] = 0
-    
+
     if not numeric_locale[0]:
         conv['decimal_point'] = '.'
 


More information about the POS-commit mailing list