summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2016-08-10 17:47:34 +0000
committerTed Trask <ttrask01@yahoo.com>2016-08-10 17:47:34 +0000
commita76d7d037edba5830814181d465ed7901f8bb7b9 (patch)
tree1945a4dfbc22535dafa0220b0d5b18ae34d7ed76
parent73b448dd41ffd62fc4b1baea5567594f412a58e8 (diff)
downloadacf-unbound-master.tar.bz2
acf-unbound-master.tar.xz
Remove trailing whitespaceHEADmaster
-rw-r--r--Makefile2
-rw-r--r--unbound-model.lua2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 02d0dcf..3242c8c 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/unbound-model.lua b/unbound-model.lua
index 49295ac..0b505a9 100644
--- a/unbound-model.lua
+++ b/unbound-model.lua
@@ -39,7 +39,7 @@ end
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