summaryrefslogtreecommitdiffstats
path: root/postgresql-model.lua
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2016-08-10 16:05:54 +0000
committerTed Trask <ttrask01@yahoo.com>2016-08-10 16:05:54 +0000
commit4d5af2fbc43057ee728f91938d938207c4e90c00 (patch)
treee8833b855f8ba2f764b350d0425acba36489a312 /postgresql-model.lua
parent9bf469bcaa1d2043b416bb938ba557d9987a65eb (diff)
downloadacf-postgresql-4d5af2fbc43057ee728f91938d938207c4e90c00.tar.bz2
acf-postgresql-4d5af2fbc43057ee728f91938d938207c4e90c00.tar.xz
Remove trailing whitespaceHEADmaster
Diffstat (limited to 'postgresql-model.lua')
-rw-r--r--postgresql-model.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/postgresql-model.lua b/postgresql-model.lua
index d2e3988..c40795e 100644
--- a/postgresql-model.lua
+++ b/postgresql-model.lua
@@ -51,7 +51,7 @@ local getconfvalue = function(param)
end
return val
end
-
+
local determineconnection = function()
-- Determine the connection parameters from the config files
local listen_addresses = getconfvalue("listen_addresses")
@@ -68,7 +68,7 @@ end
-- ################################################################################
-- PUBLIC FUNCTIONS
-function mymodule.get_startstop(self, clientdata)
+function mymodule.get_startstop(self, clientdata)
return modelfunctions.get_startstop(processname)
end