summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-01-13 22:25:18 (GMT)
committerBenjamin Peterson <benjamin@python.org>2009-01-13 22:25:18 (GMT)
commitb197fec58b23afca99d2546f818613a14e0ee666 (patch)
tree80caf059f0829c418a6c2b0f788f502d8cb02093 /Makefile.pre.in
parent9ae3220c06cb2e08cbbfdc268c6f44c6af748c26 (diff)
downloadcpython-b197fec58b23afca99d2546f818613a14e0ee666.zip
cpython-b197fec58b23afca99d2546f818613a14e0ee666.tar.gz
cpython-b197fec58b23afca99d2546f818613a14e0ee666.tar.bz2
de-spacify
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 05efc7e..f3462d7 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)
############################################################################