]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Makefile.am: Consistent indent and align
authorRhys Kidd <rhyskidd@gmail.com>
Sun, 3 Feb 2019 03:18:05 +0000 (22:18 -0500)
committerRhys Kidd <rhyskidd@gmail.com>
Mon, 11 Mar 2019 11:49:37 +0000 (22:49 +1100)
This approach is utilized consistently throughout the file, and would make
alphabetical reordering easier. Adopt it here as well.

Signed-off-by: Rhys Kidd <rhyskidd@gmail.com>
Makefile.am

index a63cd9bdec8c79ae8933e5873c20ef2f7ec713b1..0458c931d31f75099670b3c2ff503d056cee7649 100644 (file)
@@ -3,7 +3,8 @@ AUTOMAKE_OPTIONS = 1.10
 
 include $(top_srcdir)/Makefile.all.am 
 
-TOOLS =                memcheck \
+TOOLS = \
+               memcheck \
                cachegrind \
                callgrind \
                helgrind \
@@ -13,7 +14,8 @@ TOOLS =               memcheck \
                lackey \
                none
 
-EXP_TOOLS =    exp-sgcheck \
+EXP_TOOLS = \
+               exp-sgcheck \
                exp-bbv
 
 # Put docs last because building the HTML is slow and we want to get