From: Chef <chwu@eduroam-ipv4-5-0479.triple-a.uni-kl.de>
Date: Sun, 26 Jul 2020 14:45:26 +0000 (+0200)
Subject: polished indentation
X-Git-Url: https://git.rkrishnan.org/frontends/specifications/...?a=commitdiff_plain;h=cd0bee7d0e5618f68287e4e946c25b4e1adaee0e;p=pihpsdr.git

polished indentation
---

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)