summaryrefslogtreecommitdiffstats
path: root/zebra-model.lua
diff options
context:
space:
mode:
Diffstat (limited to 'zebra-model.lua')
-rw-r--r--zebra-model.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/zebra-model.lua b/zebra-model.lua
index 07950a0..cba6eb9 100644
--- a/zebra-model.lua
+++ b/zebra-model.lua
@@ -19,7 +19,7 @@ local function parseconfigfile()
local conf = {}
local f = io.open(configfile, "r")
local line, key, _, k, v
-
+
if not f then
return nil
end
@@ -86,11 +86,11 @@ end
-- ################################################################################
-- PUBLIC FUNCTIONS
-function mymodule.get_startstop(self, clientdata)
+function mymodule.get_startstop(self, clientdata)
return modelfunctions.get_startstop(processname)
end
-function mymodule.startstop_service(self, startstop, action)
+function mymodule.startstop_service(self, startstop, action)
return modelfunctions.startstop_service(startstop, action)
end