summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2016-08-10 15:50:26 +0000
committerTed Trask <ttrask01@yahoo.com>2016-08-10 15:50:26 +0000
commitf1e49246ba4753b56cb027a53ab095736e22bbac (patch)
tree5cc0e5764d00caa30cca53ec3d197c5b3a81c3ea
parent29f7a26f364b7ac7dad46f0c9c79b69a2f84421b (diff)
downloadacf-openntpd-master.tar.bz2
acf-openntpd-master.tar.xz
Remove trailing whitespaceHEADmaster
-rw-r--r--Makefile2
-rw-r--r--openntpd-config-html.lsp2
-rw-r--r--openntpd-details-html.lsp2
-rw-r--r--openntpd-model.lua4
4 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 4e533ba..b0f03ad 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/openntpd-config-html.lsp b/openntpd-config-html.lsp
index 34e58b4..396abfe 100644
--- a/openntpd-config-html.lsp
+++ b/openntpd-config-html.lsp
@@ -1,4 +1,4 @@
-<% local form, viewlibrary, page_info, session = ...
+<% local form, viewlibrary, page_info, session = ...
htmlviewfunctions = require("htmlviewfunctions")
html = require("acf.html")
%>
diff --git a/openntpd-details-html.lsp b/openntpd-details-html.lsp
index 6c355a3..9db64da 100644
--- a/openntpd-details-html.lsp
+++ b/openntpd-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/openntpd-model.lua b/openntpd-model.lua
index 5aec085..11ad022 100644
--- a/openntpd-model.lua
+++ b/openntpd-model.lua
@@ -54,11 +54,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