From 4f51cf774a20baf6018c2bdda8edba126823afb4 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Wed, 26 Mar 2014 17:06:54 +1000 Subject: White space clean ups. --- ClientHamr/GuiLua/test.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ClientHamr/GuiLua/test.lua') diff --git a/ClientHamr/GuiLua/test.lua b/ClientHamr/GuiLua/test.lua index 619e875..6a38cde 100644 --- a/ClientHamr/GuiLua/test.lua +++ b/ClientHamr/GuiLua/test.lua @@ -35,7 +35,7 @@ skang.thing(_M, 'bar', 'Help text', "Default") -- We can use inline functions if we don't need the function internally. skang.thing(_M, 'ffunc', 'Help Text', function (arg1, arg2) - print('Inside test.ffunc ' .. arg1 .. ', ' .. arg2) + print('Inside test.ffunc ' .. arg1 .. ', ' .. arg2) end, 'number,string') print('Ending soon') -- cgit v1.1