From 9e995e4f60ddae9e8691def127ebe5a82456a27d Mon Sep 17 00:00:00 2001
From: Guido Trotter <ultrotter@google.com>
Date: Wed, 24 Oct 2012 14:11:51 +0200
Subject: [PATCH] Add missing empty line

Signed-off-by: Guido Trotter <ultrotter@google.com>
Reviewed-by: Michele Tartara <mtartara@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
---
 doc/design-linuxha.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/doc/design-linuxha.rst b/doc/design-linuxha.rst
index 63a04b0f7..1a6a473b9 100644
--- a/doc/design-linuxha.rst
+++ b/doc/design-linuxha.rst
@@ -110,6 +110,7 @@ offline the node. Any other work to restore instance availability should
 then be done by the autorepair system.
 
 The following cluster tags are supported:
+
 - ``ocf:node-offline:use-powercycle``: Try to powercycle a node using
   ``gnt-node powercycle`` when offlining.
 - ``ocf:node-offline:use-poweroff``: Try to power off a node using
-- 
GitLab