aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr/GuiLua/test.lua
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-03-26 17:06:54 +1000
committerDavid Walter Seikel2014-03-26 17:06:54 +1000
commit4f51cf774a20baf6018c2bdda8edba126823afb4 (patch)
tree3ff5c02ea4fd8d1ac31a3a8bb1aa96af5f7dc97a /ClientHamr/GuiLua/test.lua
parentTest isBoolean(). (diff)
downloadSledjHamr-4f51cf774a20baf6018c2bdda8edba126823afb4.zip
SledjHamr-4f51cf774a20baf6018c2bdda8edba126823afb4.tar.gz
SledjHamr-4f51cf774a20baf6018c2bdda8edba126823afb4.tar.bz2
SledjHamr-4f51cf774a20baf6018c2bdda8edba126823afb4.tar.xz
White space clean ups.
Diffstat (limited to 'ClientHamr/GuiLua/test.lua')
-rw-r--r--ClientHamr/GuiLua/test.lua2
1 files changed, 1 insertions, 1 deletions
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")
35 35
36-- We can use inline functions if we don't need the function internally. 36-- We can use inline functions if we don't need the function internally.
37skang.thing(_M, 'ffunc', 'Help Text', function (arg1, arg2) 37skang.thing(_M, 'ffunc', 'Help Text', function (arg1, arg2)
38 print('Inside test.ffunc ' .. arg1 .. ', ' .. arg2) 38 print('Inside test.ffunc ' .. arg1 .. ', ' .. arg2)
39end, 'number,string') 39end, 'number,string')
40 40
41print('Ending soon') 41print('Ending soon')