summaryrefslogtreecommitdiffstats
path: root/freeswitch-model.lua
diff options
context:
space:
mode:
Diffstat (limited to 'freeswitch-model.lua')
-rw-r--r--freeswitch-model.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/freeswitch-model.lua b/freeswitch-model.lua
index 56b1f05..0eb59b7 100644
--- a/freeswitch-model.lua
+++ b/freeswitch-model.lua
@@ -32,7 +32,7 @@ end
function mymodule.get_startstop(self, clientdata)
return modelfunctions.get_startstop(processname)
end
-
+
function mymodule.startstop_service(self, startstop, action)
return modelfunctions.startstop_service(startstop, action)
end
@@ -120,7 +120,7 @@ function mymodule.deletefile(self, delfile)
break
end
end
-
+
return delfile
end