From: Benjamin Peterson Date: Tue, 13 Jan 2009 22:25:18 +0000 (+0000) Subject: de-spacify X-Git-Tag: v3.1a1~515 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b197fec58b23afca99d2546f818613a14e0ee666;p=python de-spacify --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 05efc7ede8..f3462d7a6b 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -564,11 +564,11 @@ Objects/bytesobject.o: $(srcdir)/Objects/bytesobject.c $(BYTESTR_DEPS) Objects/bytearrayobject.o: $(srcdir)/Objects/bytearrayobject.c $(BYTESTR_DEPS) Objects/unicodeobject.o: $(srcdir)/Objects/unicodeobject.c \ - $(BYTESTR_DEPS) \ - $(srcdir)/Objects/stringlib/formatter.h + $(BYTESTR_DEPS) \ + $(srcdir)/Objects/stringlib/formatter.h Python/formatter_unicode.o: $(srcdir)/Python/formatter_unicode.c \ - $(BYTESTR_DEPS) + $(BYTESTR_DEPS) ############################################################################