From e5d1d1b5ba8044e457318436a5a9cfc8cf094bca Mon Sep 17 00:00:00 2001
From: Andrea Spadaccini <spadaccio@google.com>
Date: Fri, 12 Aug 2011 12:02:18 +0100
Subject: [PATCH] Fixed error in Makefile.am, changing spaces with tabs

Signed-off-by: Andrea Spadaccini <spadaccio@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
---
 Makefile.am | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index cf86f217e..4cd7ff954 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -613,13 +613,13 @@ TEST_FILES = \
 	test/data/bdev-drbd-net-ip4.txt \
 	test/data/bdev-drbd-net-ip6.txt \
 	test/data/cert1.pem \
-  test/data/ip-addr-show-dummy0.txt \
-  test/data/ip-addr-show-lo-ipv4.txt \
-  test/data/ip-addr-show-lo-ipv6.txt \
-  test/data/ip-addr-show-lo-oneline-ipv4.txt \
-  test/data/ip-addr-show-lo-oneline-ipv6.txt \
-  test/data/ip-addr-show-lo-oneline.txt \
-  test/data/ip-addr-show-lo.txt \
+	test/data/ip-addr-show-dummy0.txt \
+	test/data/ip-addr-show-lo-ipv4.txt \
+	test/data/ip-addr-show-lo-ipv6.txt \
+	test/data/ip-addr-show-lo-oneline-ipv4.txt \
+	test/data/ip-addr-show-lo-oneline-ipv6.txt \
+	test/data/ip-addr-show-lo-oneline.txt \
+	test/data/ip-addr-show-lo.txt \
 	test/data/proc_drbd8.txt \
 	test/data/proc_drbd80-emptyline.txt \
 	test/data/proc_drbd83.txt \
-- 
GitLab