From bea3b8ea356719cd115412ea0f5464e43f6ffdda Mon Sep 17 00:00:00 2001
From: Peter Eisentraut <peter_e@gmx.net>
Date: Tue, 14 Nov 2000 21:23:47 +0000
Subject: [PATCH] spaces to tab

---
 src/makefiles/Makefile.darwin | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/makefiles/Makefile.darwin b/src/makefiles/Makefile.darwin
index 09f270bf7be..fe167e048dd 100644
--- a/src/makefiles/Makefile.darwin
+++ b/src/makefiles/Makefile.darwin
@@ -4,4 +4,4 @@ DLSUFFIX = .so
 CFLAGS_SL = -bundle -undefined suppress
  
 %.so: %.o
-        $(CC) $(CFLAGS) $(CFLAGS_SL) -o $@ $<
+	$(CC) $(CFLAGS) $(CFLAGS_SL) -o $@ $<
-- 
GitLab