Fix indentation
authorHugo Villeneuve <hugo@hugovil.com>
Thu, 10 Apr 2014 02:50:09 +0000 (22:50 -0400)
committerHugo Villeneuve <hugo@hugovil.com>
Mon, 18 Sep 2023 20:56:56 +0000 (16:56 -0400)
src/Makefile.am

index 1cd0108..bd82173 100644 (file)
@@ -7,46 +7,33 @@ AM_CPPFLAGS = \
 bin_PROGRAMS = grip
 
 grip_SOURCES = \
-       cppmain.cc \
-        main.c \
-       common.h \
-        grip.c \
-       grip.h \
-       cddev.c \
-       cddev.h \
-       cdplay.c \
-       cdplay.h \
-       discedit.c \
-       discedit.h \
-       rip.c \
-       rip.h \
-       cdpar.c \
-       cdpar.h \
-       id3.c \
-       grip_id3.h \
-       discdb.c \
-       discdb.h \
-       uihelper.c \
-       status_window.c \
-       status_window.h \
-       xpm.h \
-       dialog.c \
-       dialog.h \
-       gripcfg.c \
-       gripcfg.h \
-       parsecfg.c \
-       parsecfg.h \
-       launch.c \
-       launch.h \
-       gain_analysis.c \
-       gain_analysis.h \
-       eggtrayicon.c \
-       eggtrayicon.h \
-       tray.c \
-       tray.h \
-        gettext.h
+    cppmain.cc \
+    main.c \
+    common.h \
+    grip.c grip.h \
+    cddev.c cddev.h \
+    cdplay.c cdplay.h \
+    discedit.c discedit.h \
+    rip.c rip.h \
+    cdpar.c cdpar.h \
+    id3.c grip_id3.h \
+    discdb.c discdb.h \
+    status_window.c status_window.h \
+    dialog.c dialog.h \
+    gripcfg.c gripcfg.h \
+    parsecfg.c parsecfg.h \
+    launch.c launch.h \
+    gain_analysis.c gain_analysis.h \
+    eggtrayicon.c eggtrayicon.h \
+    tray.c tray.h \
+    uihelper.c \
+    xpm.h \
+    gettext.h
 
-grip_LDADD = @TERMINAL_WIDGET_LIBS@ $(CDPAR_LIBS) $(ID3_LIBS)
+grip_LDADD = \
+    @TERMINAL_WIDGET_LIBS@ \
+    $(CDPAR_LIBS) \
+    $(ID3_LIBS)
 
 CLEANFILES = *~