summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--postgresql-details-html.lsp2
-rw-r--r--postgresql-listfiles-html.lsp2
-rw-r--r--postgresql-model.lua4
4 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index e533062..28f6f39 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ APP_DIST=\
EXTRA_DIST=README Makefile config.mk
-DISTFILES=$(APP_DIST) $(EXTRA_DIST)
+DISTFILES=$(APP_DIST) $(EXTRA_DIST)
TAR=tar
diff --git a/postgresql-details-html.lsp b/postgresql-details-html.lsp
index 831e9f3..78c5234 100644
--- a/postgresql-details-html.lsp
+++ b/postgresql-details-html.lsp
@@ -1,4 +1,4 @@
-<% local data, viewlibrary, page_info, session = ...
+<% local data, viewlibrary, page_info, session = ...
htmlviewfunctions = require("htmlviewfunctions")
html = require("acf.html")
%>
diff --git a/postgresql-listfiles-html.lsp b/postgresql-listfiles-html.lsp
index 11f904d..29efb8e 100644
--- a/postgresql-listfiles-html.lsp
+++ b/postgresql-listfiles-html.lsp
@@ -1,4 +1,4 @@
-<% local data, viewlibrary, page_info, session = ...
+<% local data, viewlibrary, page_info, session = ...
htmlviewfunctions = require("htmlviewfunctions")
html = require("acf.html")
%>
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