From 948e4eede5aefd786bdae750285c2d7a622a31b5 Mon Sep 17 00:00:00 2001 From: Jeff Baskin Date: Sun, 23 Oct 2016 21:09:30 -0400 Subject: [PATCH] Removed the unnecessary space. --- keepalived/templates/keepalived.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keepalived/templates/keepalived.jinja b/keepalived/templates/keepalived.jinja index c967cb8..60bf7c3 100644 --- a/keepalived/templates/keepalived.jinja +++ b/keepalived/templates/keepalived.jinja @@ -20,7 +20,7 @@ {%- endif -%} {%- if data is mapping -%} {%- for entry in data|dictsort -%} -{{ entry[0]|indent(indents, True) }}{{ ' ' }} +{{ entry[0]|indent(indents, True) }} {{- config_entries(entry[1], indents + 2) -}} {%- endfor -%} {%- else -%}