]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
polished indentation
authorChef <chwu@eduroam-ipv4-5-0479.triple-a.uni-kl.de>
Sun, 26 Jul 2020 14:45:26 +0000 (16:45 +0200)
committerChef <chwu@eduroam-ipv4-5-0479.triple-a.uni-kl.de>
Sun, 26 Jul 2020 14:45:26 +0000 (16:45 +0200)
Makefile.mac

index 1e781581a8350bb721aa6b79286c6c58475b864d..837f4612f790e9bbe32d8d59fed2f5e32dab5605 100644 (file)
@@ -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)