[Python-checkins] r68584 - python/trunk/Makefile.pre.in

benjamin.peterson python-checkins at python.org
Tue Jan 13 23:22:41 CET 2009


Author: benjamin.peterson
Date: Tue Jan 13 23:22:41 2009
New Revision: 68584

Log:
de-spacify

Modified:
   python/trunk/Makefile.pre.in

Modified: python/trunk/Makefile.pre.in
==============================================================================
--- python/trunk/Makefile.pre.in	(original)
+++ python/trunk/Makefile.pre.in	Tue Jan 13 23:22:41 2009
@@ -565,7 +565,7 @@
 				$(STRINGLIB_HEADERS)
 
 Objects/bytearrayobject.o: $(srcdir)/Objects/bytearrayobject.c \
-                                $(STRINGLIB_HEADERS)
+				$(STRINGLIB_HEADERS)
 
 Objects/stringobject.o: $(srcdir)/Objects/stringobject.c \
 				$(STRINGLIB_HEADERS)
@@ -587,7 +587,7 @@
 		Include/ast.h \
 		Include/bitset.h \
 		Include/boolobject.h \
-                Include/bytearrayobject.h \
+		Include/bytearrayobject.h \
 		Include/bytes_methods.h \
 		Include/bytesobject.h \
 		Include/bufferobject.h \


More information about the Python-checkins mailing list