summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2016-08-10 15:04:16 +0000
committerTed Trask <ttrask01@yahoo.com>2016-08-10 15:04:16 +0000
commitf73f5788dd3d0b363acd5a83abb8318f9a7f9581 (patch)
tree21887ca2d1c3536165510db71dbd3c3677345aac
parentd17c18a168c0bd37154c42f16fdd24fd6108fc85 (diff)
downloadacf-iproute2-qos-f73f5788dd3d0b363acd5a83abb8318f9a7f9581.tar.bz2
acf-iproute2-qos-f73f5788dd3d0b363acd5a83abb8318f9a7f9581.tar.xz
Remove trailing whitespaceHEADmaster
-rw-r--r--Makefile2
-rw-r--r--qos-details-html.lsp2
-rw-r--r--qos-model.lua2
3 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 27be2ef..f2b6775 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/qos-details-html.lsp b/qos-details-html.lsp
index 7b5f9ff..ab6ff26 100644
--- a/qos-details-html.lsp
+++ b/qos-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/qos-model.lua b/qos-model.lua
index c78dd9e..a1d8ce5 100644
--- a/qos-model.lua
+++ b/qos-model.lua
@@ -56,7 +56,7 @@ end
function mymodule.get_startstop(self, clientdata)
return modelfunctions.get_startstop(clientdata.init)
end
-
+
function mymodule.startstop_service(self, startstop, action)
return modelfunctions.startstop_service(startstop, action)
end