Diff

tests/test_util_multitable.lua @ 3540:bc139431830b

Monster whitespace commit (beware the whitespace monster).
author Waqas Hussain <waqas20@gmail.com>
date Sat, 16 Oct 2010 23:00:42 +0500
parent 2923:b7049746bd29
child 5776:bd0ff8ae98a8
line wrap: on
line diff
--- a/tests/test_util_multitable.lua	Sat Oct 16 08:34:32 2010 +0500
+++ b/tests/test_util_multitable.lua	Sat Oct 16 23:00:42 2010 +0500
@@ -32,7 +32,7 @@
 			should_have[item] = nil;
 		end
 		if next(should_have) then
-			return false, "not-enough";	
+			return false, "not-enough";
 		end
 		return true, "has-all";
 	end