summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--lvm2-details-html.lsp2
-rw-r--r--lvm2-model.lua2
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