From 5222297fd68c443d13e2c17f32edeb7ab6b5434d Mon Sep 17 00:00:00 2001
From: Timo Korhonen <timo.korhonen@ess.eu>
Date: Tue, 7 Feb 2023 15:51:01 +0100
Subject: [PATCH] added space to the Labels record so that field definitions
 are aligned.

---
 require-ess/Db/moduleversion.template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/require-ess/Db/moduleversion.template b/require-ess/Db/moduleversion.template
index 2a3638a3..f649f5c4 100644
--- a/require-ess/Db/moduleversion.template
+++ b/require-ess/Db/moduleversion.template
@@ -55,7 +55,7 @@ record(aai, "$(REQUIRE_IOC):Labels")
     field(DESC, "Labels for the NTTable")
     field(FTVL, "STRING")
     field(NELM, "2")
-    field(INP, {const:["Module", "Version"]})
+    field(INP,  {const:["Module", "Version"]})
     field(PINI, "YES")
     field(DISP, "1")
 
-- 
GitLab