summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2016-08-10 17:47:56 +0000
committerTed Trask <ttrask01@yahoo.com>2016-08-10 17:47:56 +0000
commitdda9ab090c50697c11df43dc49ace134936b184c (patch)
tree968a41cc3ef784f0a15c21efd8df15cc7e4f43c7
parent9f7a4131e59fbb215e18d85ea351c0d249991d87 (diff)
downloadacf-vlc-daemon-dda9ab090c50697c11df43dc49ace134936b184c.tar.bz2
acf-vlc-daemon-dda9ab090c50697c11df43dc49ace134936b184c.tar.xz
Remove trailing whitespaceHEADmaster
-rw-r--r--Makefile2
-rw-r--r--vlc-model.lua4
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 64cf0c6..e9b39c6 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/vlc-model.lua b/vlc-model.lua
index abad8a9..561e22c 100644
--- a/vlc-model.lua
+++ b/vlc-model.lua
@@ -24,11 +24,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