Signed-off-by: Stefano Lattarini <[email protected]>
---
 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