From 132e8757bc800d51058e3e1e4d2d73a0279ca0ac Mon Sep 17 00:00:00 2001 From: Mark Pulford Date: Tue, 10 May 2011 22:46:44 +0930 Subject: Remove trailing whitespace --- tests/common.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/common.lua') diff --git a/tests/common.lua b/tests/common.lua index 48b4197..156f882 100644 --- a/tests/common.lua +++ b/tests/common.lua @@ -31,7 +31,7 @@ end function serialise_table(value, indent, depth) local spacing, spacing2, indent2 - if indent then + if indent then spacing = "\n" .. indent spacing2 = spacing .. " " indent2 = indent .. " " -- cgit v1.2.3-55-g6feb