From f24af1d22bcd5c3c87e586dbf547c7b11ad6ec8a Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 10 Aug 2016 15:48:59 +0000 Subject: Remove trailing whitespace --- Makefile | 2 +- lvm2-details-html.lsp | 2 +- lvm2-model.lua | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index e3fa2c0..47d3f1b 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/lvm2-details-html.lsp b/lvm2-details-html.lsp index 8e1c76e..7f0a22d 100644 --- a/lvm2-details-html.lsp +++ b/lvm2-details-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/lvm2-model.lua b/lvm2-model.lua index 1676897..48f15e6 100644 --- a/lvm2-model.lua +++ b/lvm2-model.lua @@ -34,7 +34,7 @@ function mymodule.getstatusdetails() status.lvdisplay = cfe({ type="longtext", label="Logical Volumes" }) status.lvdisplay.value, status.lvdisplay.errtxt = modelfunctions.run_executable({"lvdisplay"}) - + return cfe({ type="group", value=status, label="LVM Status Details" }) end -- cgit v1.2.3