[Python-checkins] r81723 - python/branches/py3k-cdecimal/Modules/cdecimal/mpdecimal32.h

stefan.krah python-checkins at python.org
Sat Jun 5 11:32:09 CEST 2010


Author: stefan.krah
Date: Sat Jun  5 11:32:09 2010
New Revision: 81723

Log:
Whitespace

Modified:
   python/branches/py3k-cdecimal/Modules/cdecimal/mpdecimal32.h

Modified: python/branches/py3k-cdecimal/Modules/cdecimal/mpdecimal32.h
==============================================================================
--- python/branches/py3k-cdecimal/Modules/cdecimal/mpdecimal32.h	(original)
+++ python/branches/py3k-cdecimal/Modules/cdecimal/mpdecimal32.h	Sat Jun  5 11:32:09 2010
@@ -142,7 +142,7 @@
 
 /* Official name */
 #define MPD_Insufficient_storage MPD_Malloc_error
- 
+
 /* IEEE 754 interchange format contexts */
 #define MPD_IEEE_CONTEXT_MAX_BITS 512 /* 16*(log2(MPD_MAX_EMAX / 3)-3) */
 #define MPD_DECIMAL32 32


More information about the Python-checkins mailing list