summaryrefslogtreecommitdiffstats
path: root/awall-model.lua
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2016-08-10 14:49:51 +0000
committerTed Trask <ttrask01@yahoo.com>2016-08-10 14:49:51 +0000
commit5291435b1bdb4c725ad9370fa476a6e92a0db700 (patch)
tree6226d011a0f61e57a850a0fa6a840a701140686d /awall-model.lua
parent4242370f48756d5b241a34fc0d1fdb9b95c89dd0 (diff)
downloadacf-awall-master.tar.bz2
acf-awall-master.tar.xz
Remove trailing whitespaceHEADmaster
Diffstat (limited to 'awall-model.lua')
-rw-r--r--awall-model.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/awall-model.lua b/awall-model.lua
index 7921468..879b15f 100644
--- a/awall-model.lua
+++ b/awall-model.lua
@@ -76,7 +76,7 @@ function mymodule.get_startstop(self, clientdata)
return cfe({ type="group", label="Management", value={}, option=actions })
end
-function mymodule.startstop_service(self, startstop, action)
+function mymodule.startstop_service(self, startstop, action)
if not action then
startstop.errtxt = "Invalid Action"
else