de-spacify
This commit is contained in:
parent
b24c9519b4
commit
3a5067c208
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue