summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2016-08-10 16:05:05 +0000
committerTed Trask <ttrask01@yahoo.com>2016-08-10 16:05:05 +0000
commit81007f0ab15852447a12fd2380f9b56ecc057de8 (patch)
tree2241f46a8e152c05aada8898b1075d2247952ed3
parentb991c2d0d6e43b612bb23acd1d74db2836ebd146 (diff)
downloadacf-pingu-master.tar.bz2
acf-pingu-master.tar.xz
Remove trailing whitespaceHEADmaster
-rw-r--r--Makefile2
-rw-r--r--pingu-model.lua4
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 9ec4f00..a322fa9 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/pingu-model.lua b/pingu-model.lua
index d81f903..f606e71 100644
--- a/pingu-model.lua
+++ b/pingu-model.lua
@@ -18,11 +18,11 @@ local path = "PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin
-- ################################################################################
-- 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