de-spacify
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/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)
 
 
 ############################################################################