From b197fec58b23afca99d2546f818613a14e0ee666 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Tue, 13 Jan 2009 22:25:18 +0000 Subject: [PATCH] de-spacify --- Makefile.pre.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) ############################################################################ -- 2.40.0