summaryrefslogtreecommitdiffstats
path: root/dovecot-model.lua
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2016-08-10 15:00:32 +0000
committerTed Trask <ttrask01@yahoo.com>2016-08-10 15:00:32 +0000
commita539b0ff1102ca4713551ec79116b311066cf012 (patch)
treebe7e6da77d706d3e589705e2decb06c52eb18067 /dovecot-model.lua
parent0760605e62f658bd128014854a0de3f05573ae97 (diff)
downloadacf-dovecot-a539b0ff1102ca4713551ec79116b311066cf012.tar.bz2
acf-dovecot-a539b0ff1102ca4713551ec79116b311066cf012.tar.xz
Remove trailing whitespaceHEADmaster
Diffstat (limited to 'dovecot-model.lua')
-rw-r--r--dovecot-model.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/dovecot-model.lua b/dovecot-model.lua
index e2cd0f0..69bd2da 100644
--- a/dovecot-model.lua
+++ b/dovecot-model.lua
@@ -21,7 +21,7 @@ local config
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