From cd0bee7d0e5618f68287e4e946c25b4e1adaee0e Mon Sep 17 00:00:00 2001
From: Chef <chwu@eduroam-ipv4-5-0479.triple-a.uni-kl.de>
Date: Sun, 26 Jul 2020 16:45:26 +0200
Subject: [PATCH] polished indentation

---
 Makefile.mac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.mac b/Makefile.mac
index 1e78158..837f461 100644
--- a/Makefile.mac
+++ b/Makefile.mac
@@ -449,7 +449,7 @@ hpsdrsim:       hpsdrsim.o newhpsdrsim.o
 app:	$(OBJS) $(REMOTE_OBJS) $(USBOZY_OBJS) \
 		$(LOCALCW_OBJS) \
 		$(PURESIGNAL_OBJS) $(MIDI_OBJS) $(SOAPYSDR_OBJS) $(STEMLAB_OBJS)
-	$(CC)  -headerpad_max_install_names -o $(PROGRAM) $(OBJS) $(REMOTE_OBJS) \
+	$(CC)   -headerpad_max_install_names -o $(PROGRAM) $(OBJS) $(REMOTE_OBJS) \
 		$(USBOZY_OBJS)  $(SOAPYSDR_OBJS) \
 		$(LOCALCW_OBJS) $(PURESIGNAL_OBJS) \
 		$(MIDI_OBJS) $(STEMLAB_OBJS) $(LIBS)
-- 
2.45.2