From d64acbb537aea020339390f28d8ae3c7cb0c3b03 Mon Sep 17 00:00:00 2001
From: Agata Murawska <agatamurawska@google.com>
Date: Tue, 26 Jun 2012 10:21:47 +0200
Subject: [PATCH] Style fix in hcheck
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Agata Murawska <agatamurawska@google.com>
Reviewed-by: RenΓ© Nussbaumer <rn@google.com>
---
 htools/Ganeti/HTools/Program/Hcheck.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/htools/Ganeti/HTools/Program/Hcheck.hs b/htools/Ganeti/HTools/Program/Hcheck.hs
index b094bce1e..faf5e6d0c 100644
--- a/htools/Ganeti/HTools/Program/Hcheck.hs
+++ b/htools/Ganeti/HTools/Program/Hcheck.hs
@@ -81,7 +81,7 @@ data Phase = Initial
 data Level = GroupLvl
            | ClusterLvl
 
--- | Prefix for machine readable names
+-- | Prefix for machine readable names.
 htcPrefix :: String
 htcPrefix = "HCHECK"
 
-- 
GitLab