summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2016-08-10 15:03:10 +0000
committerTed Trask <ttrask01@yahoo.com>2016-08-10 15:03:10 +0000
commite5d8b377f40c25e0ae4a1a83634150a6efec344a (patch)
tree96731a2f0323cee1bf7d16579035cb70d79504fa
parent235410677af031b6f12c5e43d1628221a472dc7e (diff)
downloadacf-gross-master.tar.bz2
acf-gross-master.tar.xz
Remove trailing whitespaceHEADmaster
-rw-r--r--Makefile2
-rw-r--r--gross-details-html.lsp2
-rw-r--r--gross-model.lua2
3 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 36023ec..faaa5ce 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/gross-details-html.lsp b/gross-details-html.lsp
index 831e9f3..78c5234 100644
--- a/gross-details-html.lsp
+++ b/gross-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/gross-model.lua b/gross-model.lua
index e3d5241..ae7473a 100644
--- a/gross-model.lua
+++ b/gross-model.lua
@@ -21,7 +21,7 @@ local path = "PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin
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