summaryrefslogtreecommitdiffstats
path: root/gross-model.lua
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2016-08-10 15:03:10 +0000
committerTed Trask <ttrask01@yahoo.com>2016-08-10 15:03:10 +0000
commite5d8b377f40c25e0ae4a1a83634150a6efec344a (patch)
tree96731a2f0323cee1bf7d16579035cb70d79504fa /gross-model.lua
parent235410677af031b6f12c5e43d1628221a472dc7e (diff)
downloadacf-gross-master.tar.bz2
acf-gross-master.tar.xz
Remove trailing whitespaceHEADmaster
Diffstat (limited to 'gross-model.lua')
-rw-r--r--gross-model.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/gross-model.lua b/gross-model.lua
index e3d5241..ae7473a 100644
--- a/gross-model.lua
+++ b/gross-model.lua
@@ -21,7 +21,7 @@ local path = "PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin
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