summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2016-08-10 16:04:45 +0000
committerTed Trask <ttrask01@yahoo.com>2016-08-10 16:04:45 +0000
commit287809b72f6327d8f03dcf5ec89fa9f436bf7290 (patch)
tree37e1d5e30148bdff1c34c829e1b4a09a58c062b0
parentb55c67b161bf47f429dd8dd5595603f5435e8304 (diff)
downloadacf-openvpn-master.tar.bz2
acf-openvpn-master.tar.xz
Remove trailing whitespaceHEADmaster
-rw-r--r--Makefile2
-rw-r--r--openvpn-model.lua4
-rw-r--r--openvpn-statusinfo-html.lsp4
3 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 63e50ed..63e714e 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/openvpn-model.lua b/openvpn-model.lua
index df0a7c6..a8fb742 100644
--- a/openvpn-model.lua
+++ b/openvpn-model.lua
@@ -161,11 +161,11 @@ function mymodule.getstatus()
return modelfunctions.getstatus(processname, packagename, "OpenVPN Status")
end
-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
diff --git a/openvpn-statusinfo-html.lsp b/openvpn-statusinfo-html.lsp
index 68e7b1e..c468e2c 100644
--- a/openvpn-statusinfo-html.lsp
+++ b/openvpn-statusinfo-html.lsp
@@ -41,10 +41,10 @@
<td><%= html.html_escape(view.value[i].REALADDR) %></td>
<td><%= html.html_escape(view.value[i].BYTEsrcV) %></td>
<td><%= html.html_escape(view.value[i].BYTESSND) %></td>
- </tr>
+ </tr>
<tr>
<td colspan=5><%= html.html_escape(view.value[i].CONN) %></td>
- </tr>
+ </tr>
<% end %>
</tbody></table>