From 0dd9d8a0f6d02eed17a8f348bbd18d6d1e5478a1 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 10 Aug 2016 16:05:32 +0000 Subject: Remove trailing whitespace --- Makefile | 2 +- postfix-details-html.lsp | 2 +- postfix-listfiles-html.lsp | 2 +- postfix-listqueue-html.lsp | 2 +- postfix-model.lua | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index f57450b..ba35562 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/postfix-details-html.lsp b/postfix-details-html.lsp index d261b13..3f0300f 100644 --- a/postfix-details-html.lsp +++ b/postfix-details-html.lsp @@ -1,4 +1,4 @@ -<% local data, viewlibrary = ... +<% local data, viewlibrary = ... htmlviewfunctions = require("htmlviewfunctions") html = require("acf.html") %> diff --git a/postfix-listfiles-html.lsp b/postfix-listfiles-html.lsp index 8549820..3cb7160 100644 --- a/postfix-listfiles-html.lsp +++ b/postfix-listfiles-html.lsp @@ -1,4 +1,4 @@ -<% local data, viewlibrary, page_info, session = ... +<% local data, viewlibrary, page_info, session = ... htmlviewfunctions = require("htmlviewfunctions") html = require("acf.html") %> diff --git a/postfix-listqueue-html.lsp b/postfix-listqueue-html.lsp index 2400fbe..750f2bb 100644 --- a/postfix-listqueue-html.lsp +++ b/postfix-listqueue-html.lsp @@ -1,4 +1,4 @@ -<% local data, viewlibrary, page_info, session = ... +<% local data, viewlibrary, page_info, session = ... htmlviewfunctions = require("htmlviewfunctions") html = require("acf.html") %> diff --git a/postfix-model.lua b/postfix-model.lua index 280e415..e18e255 100644 --- a/postfix-model.lua +++ b/postfix-model.lua @@ -34,11 +34,11 @@ end -- ################################################################################ -- 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 -- cgit v1.2.3