From e535101d49272091d675b3f9239bba28aa5abc2f Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 10 Aug 2016 15:02:09 +0000 Subject: Remove trailing whitespace --- Makefile | 2 +- freeswitch-listfiles-html.lsp | 4 ++-- freeswitch-model.lua | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index eb267cb..7f21d58 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/freeswitch-listfiles-html.lsp b/freeswitch-listfiles-html.lsp index 5752ab1..5d17b4b 100644 --- a/freeswitch-listfiles-html.lsp +++ b/freeswitch-listfiles-html.lsp @@ -1,4 +1,4 @@ -<% local view, viewlibrary, page_info, session = ... +<% local view, viewlibrary, page_info, session = ... htmlviewfunctions = require("htmlviewfunctions") html = require("acf.html") %> @@ -24,7 +24,7 @@ html = require("acf.html") <% htmlviewfunctions.displaycommandresults({"editfile", "deletefile", "reloadxml"}, session) %> <% htmlviewfunctions.displaycommandresults({"createfile"}, session, true) %> -<% if viewlibrary and viewlibrary.dispatch_component then +<% if viewlibrary and viewlibrary.dispatch_component then viewlibrary.dispatch_component("status") end %> diff --git a/freeswitch-model.lua b/freeswitch-model.lua index 56b1f05..0eb59b7 100644 --- a/freeswitch-model.lua +++ b/freeswitch-model.lua @@ -32,7 +32,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 @@ -120,7 +120,7 @@ function mymodule.deletefile(self, delfile) break end end - + return delfile end -- cgit v1.2.3