summaryrefslogtreecommitdiffstats
path: root/asterisk-model.lua
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2016-08-10 14:49:25 +0000
committerTed Trask <ttrask01@yahoo.com>2016-08-10 14:49:25 +0000
commitd2b9b3f24f9b08da6e0208e3d14c9c8d569236a3 (patch)
tree63b0ce83f7a8dc85dd44c705c252ccea04d3917d /asterisk-model.lua
parentd9aab052e2040ce06123f704b239b7e1355f5188 (diff)
downloadacf-asterisk-master.tar.bz2
acf-asterisk-master.tar.xz
Remove trailing whitespaceHEADmaster
Diffstat (limited to 'asterisk-model.lua')
-rw-r--r--asterisk-model.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/asterisk-model.lua b/asterisk-model.lua
index 6f37fe7..4ae839e 100644
--- a/asterisk-model.lua
+++ b/asterisk-model.lua
@@ -29,7 +29,7 @@ mymodule.get_status = function()
end
mymodule.get_startstop = function(self, clientdata)
- return modelfunctions.get_startstop(processname)
+ return modelfunctions.get_startstop(processname)
end
mymodule.startstop_service = function(self, startstop, action)