[Python-checkins] r66508 - python/trunk/Modules/config.c.in

benjamin.peterson python-checkins at python.org
Fri Sep 19 01:21:25 CEST 2008


Author: benjamin.peterson
Date: Fri Sep 19 01:20:28 2008
New Revision: 66508

Log:
tabify

Modified:
   python/trunk/Modules/config.c.in

Modified: python/trunk/Modules/config.c.in
==============================================================================
--- python/trunk/Modules/config.c.in	(original)
+++ python/trunk/Modules/config.c.in	Fri Sep 19 01:20:28 2008
@@ -52,8 +52,8 @@
 	/* This lives in gcmodule.c */
 	{"gc", initgc},
 
-    /* This lives in _warnings.c */
-    {"_warnings", _PyWarnings_Init},
+	/* This lives in _warnings.c */
+	{"_warnings", _PyWarnings_Init},
 
 	/* Sentinel */
 	{0, 0}


More information about the Python-checkins mailing list