From b0d3a45274748f568b7b3bc320e7cc320251ff99 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 10 Aug 2016 14:50:14 +0000 Subject: Remove trailing whitespace --- Makefile | 2 +- chrony-config-html.lsp | 2 +- chrony-details-html.lsp | 2 +- chrony-keyfile-html.lsp | 2 +- chrony-model.lua | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index ce34e33..b6b9286 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/chrony-config-html.lsp b/chrony-config-html.lsp index 2fdd23b..9cd679b 100644 --- a/chrony-config-html.lsp +++ b/chrony-config-html.lsp @@ -1,4 +1,4 @@ -<% local form, viewlibrary, page_info, session = ... +<% local form, viewlibrary, page_info, session = ... htmlviewfunctions = require("htmlviewfunctions") %> diff --git a/chrony-details-html.lsp b/chrony-details-html.lsp index 47d4997..12d172a 100644 --- a/chrony-details-html.lsp +++ b/chrony-details-html.lsp @@ -1,4 +1,4 @@ -<% local data, viewlibrary = ... +<% local data, viewlibrary = ... htmlviewfunctions = require("htmlviewfunctions") html = require("acf.html") %> diff --git a/chrony-keyfile-html.lsp b/chrony-keyfile-html.lsp index 8ae41fc..16c8c5f 100644 --- a/chrony-keyfile-html.lsp +++ b/chrony-keyfile-html.lsp @@ -7,7 +7,7 @@ <% local header_level = htmlviewfunctions.displaysectionstart(form.value.status, page_info) htmlviewfunctions.displayitem(form.value.status) - if form.value.status.errtxt then + if form.value.status.errtxt then htmlviewfunctions.displayitem(cfe({type="form", value={redir=cfe({ type="hidden", value=page_info.orig_action })}, label="", option="Enable", action="enablekeyfile" }), page_info, 0) end htmlviewfunctions.displaysectionend(header_level) diff --git a/chrony-model.lua b/chrony-model.lua index 12f82f4..5df47c9 100644 --- a/chrony-model.lua +++ b/chrony-model.lua @@ -138,7 +138,7 @@ function mymodule.get_config() end end end - + return cfe({ type="group", value=output, label="Chrony Config" }) end @@ -248,5 +248,5 @@ function mymodule.get_logfile(self, clientdata) end return retval end - + return mymodule -- cgit v1.2.3