summaryrefslogtreecommitdiffstats
path: root/postfix-model.lua
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2016-08-10 16:05:32 +0000
committerTed Trask <ttrask01@yahoo.com>2016-08-10 16:05:32 +0000
commit0dd9d8a0f6d02eed17a8f348bbd18d6d1e5478a1 (patch)
treed8498a412f74229cf63c1335b8ea5381bac2e441 /postfix-model.lua
parentba62b7cd7d42add00d755cf44653916ae155e5ef (diff)
downloadacf-postfix-0dd9d8a0f6d02eed17a8f348bbd18d6d1e5478a1.tar.bz2
acf-postfix-0dd9d8a0f6d02eed17a8f348bbd18d6d1e5478a1.tar.xz
Remove trailing whitespaceHEADmaster
Diffstat (limited to 'postfix-model.lua')
-rw-r--r--postfix-model.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/postfix-model.lua b/postfix-model.lua
index 280e415..e18e255 100644
--- a/postfix-model.lua
+++ b/postfix-model.lua
@@ -34,11 +34,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