de-spacify

This commit is contained in:
Benjamin Peterson 2009-01-13 22:22:41 +00:00
parent b24c9519b4
commit 3a5067c208
1 changed files with 2 additions and 2 deletions

View File

@ -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 \