automake-ng
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Automake-NG] [FYI] [ng] cosmetics: fix botches spaces in t/memoize.tap


From: Stefano Lattarini
Subject: [Automake-NG] [FYI] [ng] cosmetics: fix botches spaces in t/memoize.tap
Date: Tue, 24 Jul 2012 10:14:11 +0200

Signed-off-by: Stefano Lattarini <address@hidden>
---
 t/memoize.tap |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/t/memoize.tap b/t/memoize.tap
index a08942e..587bd87 100755
--- a/t/memoize.tap
+++ b/t/memoize.tap
@@ -181,7 +181,7 @@ func = ::$(0)::$(1)::
 test:
        test '$(call func,$(foo))' = ::func::bar::
        test '$(foo)' = bar
-        # Once more.
+       # Once more.
        test '$(call func,$(foo))' = ::func::bar::
 END
 
@@ -195,7 +195,7 @@ indir_func = ::$($1)::
 test:
        test '$(call indir_func,foo)' = ::zardoz::
        test '$(foo)' = zardoz
-        # Once more.
+       # Once more.
        test '$(call indir_func,foo)' = ::zardoz::
 END
 
-- 
1.7.10.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]