From de6ada3bce58df26febf1c6dcf367ced791dd03c Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Mon, 23 Jul 2012 20:12:17 +0200 Subject: [PATCH] [ng] cosmetics: fix botches spaces in t/memoize.tap Signed-off-by: Stefano Lattarini --- t/memoize.tap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t/memoize.tap b/t/memoize.tap index a08942e4f..587bd8728 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 -- 2.47.2