diff options
author | Mark Pulford <mark@kyne.com.au> | 2011-05-10 22:46:44 +0930 |
---|---|---|
committer | Mark Pulford <mark@kyne.com.au> | 2011-05-10 22:46:44 +0930 |
commit | 132e8757bc800d51058e3e1e4d2d73a0279ca0ac (patch) | |
tree | c430b456662027b7a20a9a819940a064e7d62a14 /tests/common.lua | |
parent | 896fb92fd5a288352d697cddf0a1869b5b955a4a (diff) | |
download | lua-cjson-1.0.1.tar.gz lua-cjson-1.0.1.tar.bz2 lua-cjson-1.0.1.zip |
Remove trailing whitespace1.0.1
Diffstat (limited to '')
-rw-r--r-- | tests/common.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
31 | 31 | ||
32 | function serialise_table(value, indent, depth) | 32 | function serialise_table(value, indent, depth) |
33 | local spacing, spacing2, indent2 | 33 | local spacing, spacing2, indent2 |
34 | if indent then | 34 | if indent then |
35 | spacing = "\n" .. indent | 35 | spacing = "\n" .. indent |
36 | spacing2 = spacing .. " " | 36 | spacing2 = spacing .. " " |
37 | indent2 = indent .. " " | 37 | indent2 = indent .. " " |