Fix: use tabs rather than spaces in makefile
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 20 Sep 2017 17:58:43 +0000 (13:58 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 4 Oct 2017 18:32:53 +0000 (14:32 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Reported-by: Jonah Caplan <jcaplan@blackberry.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
plugins/ctf/common/metadata/Makefile.am

index b6cf623824509cd88aabbded247f1baefc7e3e1f..7eaae453e12494d1ff3d61c1485ff15713a77408 100644 (file)
@@ -61,8 +61,8 @@ ERR_MSG = "Error: Cannot build target because flex is missing."
 ERR_MSG += "Make sure flex is installed and run the configure script again."
 
 filter-lexer.c: lexer.l
-        @echo $(ERR_MSG)
-        @false
+       @echo $(ERR_MSG)
+       @false
 
 all-local: lexer.c
 endif # HAVE_FLEX
This page took 0.024678 seconds and 4 git commands to generate.