From: Stefano Lattarini Date: Mon, 23 Jul 2012 18:12:17 +0000 (+0200) Subject: [ng] cosmetics: fix botches spaces in t/memoize.tap X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de6ada3bce58df26febf1c6dcf367ced791dd03c;p=thirdparty%2Fautomake.git [ng] cosmetics: fix botches spaces in t/memoize.tap Signed-off-by: Stefano Lattarini --- 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