btrfs-progs: build: whitespace adjustment of [LD] fssum
authorDavid Sterba <dsterba@suse.com>
Tue, 12 Sep 2017 17:09:29 +0000 (19:09 +0200)
committerDavid Sterba <dsterba@suse.com>
Mon, 25 Sep 2017 13:17:35 +0000 (15:17 +0200)
Signed-off-by: David Sterba <dsterba@suse.com>
Makefile

index a98cd7e..6e427bb 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -496,7 +496,7 @@ library-test.static: library-test.c $(libs_static)
        $(Q)$(RM) -rf -- $(TMPD)
 
 fssum: tests/fssum.c tests/sha224-256.c
-       @echo "    [LD]   $@"
+       @echo "    [LD]     $@"
        $(Q)$(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS)
 
 test-build: test-build-pre test-build-real