]> granicus.if.org Git - python/commitdiff
de-spacify
authorBenjamin Peterson <benjamin@python.org>
Tue, 13 Jan 2009 22:25:18 +0000 (22:25 +0000)
committerBenjamin Peterson <benjamin@python.org>
Tue, 13 Jan 2009 22:25:18 +0000 (22:25 +0000)
Makefile.pre.in

index 05efc7ede894ef62d5c0e67be71e4aefb3791f27..f3462d7a6b6b9867d3327671c4d38ed0bbf0551b 100644 (file)
@@ -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)
 
 
 ############################################################################