summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2016-08-10 14:46:19 +0000
committerTed Trask <ttrask01@yahoo.com>2016-08-10 14:46:19 +0000
commite7cc69b3246dcdbbe4aab0241b67d3046bf99e04 (patch)
tree4c147c881463ec7bade8d6db83491f765ef972a9
parent3b2fe7d9748212b29e322edb732aabe757566473 (diff)
downloadacf-kamailio-master.tar.bz2
acf-kamailio-master.tar.xz
Remove trailing whitespaceHEADmaster
-rw-r--r--Makefile2
-rw-r--r--kamailio-listfiles-html.lsp4
-rw-r--r--kamailio-model.lua4
-rw-r--r--kamailio-searchdatabase-html.lsp2
4 files changed, 6 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index b64743c..bb35409 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/kamailio-listfiles-html.lsp b/kamailio-listfiles-html.lsp
index 5b1c284..e63f826 100644
--- a/kamailio-listfiles-html.lsp
+++ b/kamailio-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")
%>
@@ -23,7 +23,7 @@ html = require("acf.html")
<% htmlviewfunctions.displaycommandresults({"edit"}, session) %>
-<% if viewlibrary and viewlibrary.dispatch_component then
+<% if viewlibrary and viewlibrary.dispatch_component then
viewlibrary.dispatch_component("status")
end %>
diff --git a/kamailio-model.lua b/kamailio-model.lua
index 42b9ff0..8b6f71c 100644
--- a/kamailio-model.lua
+++ b/kamailio-model.lua
@@ -143,7 +143,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
@@ -332,7 +332,7 @@ function mymodule.get_create_database(self, clientdata)
-- parse the kamctlrc file to determine the root user
config = config or format.parse_ini_file(fs.read_file(kamctlrc_file), "") or {}
local user = removequotes(config.DBROOTUSER) or "root"
-
+
retval.value.password = cfe({ type="password", label="Password", seq=1 })
self.handle_clientdata(retval, clientdata)
-- MYSQL has some character sets that Kamailio cannot use, namely utf8 and ucs2
diff --git a/kamailio-searchdatabase-html.lsp b/kamailio-searchdatabase-html.lsp
index 2c2a71f..69d37cd 100644
--- a/kamailio-searchdatabase-html.lsp
+++ b/kamailio-searchdatabase-html.lsp
@@ -1,4 +1,4 @@
-<% local form, viewlibrary, page_info = ...
+<% local form, viewlibrary, page_info = ...
htmlviewfunctions = require("htmlviewfunctions")
html = require("acf.html")
%>