From: Benjamin Peterson Date: Tue, 13 Jan 2009 22:22:41 +0000 (+0000) Subject: de-spacify X-Git-Tag: v2.7a1~2297 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a5067c208dec1c702ae93aa26b03d5b0e7711ed;p=thirdparty%2FPython%2Fcpython.git de-spacify --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 7847ebe0cd8d..e69157b74f48 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -565,7 +565,7 @@ Objects/unicodeobject.o: $(srcdir)/Objects/unicodeobject.c \ $(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 @@ PYTHON_HEADERS= \ 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 \