formating jinja crap
diff --git a/rsyslog/files/rsyslog.default.conf b/rsyslog/files/rsyslog.default.conf
index b32e141..be22327 100644
--- a/rsyslog/files/rsyslog.default.conf
+++ b/rsyslog/files/rsyslog.default.conf
@@ -53,16 +53,16 @@
 $Umask {{ config['umask'] }}
 {% endif -%}
 {{ config['filter'] }}     {% if config.sync == true %}-{% endif %}{{ name }}
-{% endfor -%}
+{% endfor %}
 
 {% if global.output.console is defined -%}
 {% for name,config in global.output.console.iteritems() -%}
 {{ config['filter'] }}      {{ config['action'] }}
-{% endfor -%}
+{% endfor %}
 {% endif -%}
 
 {% if global.output.remote is defined -%}
 {% for name,config in global.output.remote.iteritems() -%}
 {{ config['filter'] }}      {{ config['action'] }}
-{% endfor -%}
+{% endfor %}
 {% endif %}