From 204efe5fc7065a2c2f4f55aa0138bf98675cba4e Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Wed, 1 Apr 2020 18:41:42 +0100 Subject: [PATCH] style(zone.xml): remove all trailing whitespaces --- firewalld/files/zone.xml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/firewalld/files/zone.xml b/firewalld/files/zone.xml index 61d7c7b..c730b1c 100644 --- a/firewalld/files/zone.xml +++ b/firewalld/files/zone.xml @@ -9,65 +9,65 @@ {%- else %} - {%- endif %} + {%- endif %} {%- if 'ipset' in rule %} {%- endif %} {%- if 'source' in rule %} - {%- endif %} + {%- endif %} {%- if 'destination' in rule %} - {%- endif %} + {%- endif %} {%- if 'service' in rule %} - {%- endif %} + {%- endif %} {%- if 'port' in rule %} - {%- endif %} + {%- endif %} {%- if 'protocol' in rule %} - {%- endif %} + {%- endif %} {%- if 'icmp_block' in rule %} - {%- endif %} + {%- endif %} {%- if 'icmp_type' in rule %} - {%- endif %} + {%- endif %} {%- if 'masquerade' in rule %} {%- if rule.masquerade %}{%- endif %} - {%- endif %} + {%- endif %} {%- if 'forward_port' in rule %} {%- if 'comment' in rule.forward_port %} {%- endif %} - {%- endif %} + {%- endif %} {%- if 'source_port' in rule %} {%- if 'comment' in rule.source_port %} {%- endif %} - {%- endif %} + {%- endif %} {%- if 'log' in rule %} {%- if 'limit' in rule.log %} {%- endif %} - {%- endif %} + {%- endif %} {%- if 'audit' in rule %} {%- if 'limit' in rule.audit %} {%- endif %} - {%- endif %} + {%- endif %} {%- if 'accept' in rule %} {%- endif %} {%- if 'reject' in rule %} - {%- endif %} + {%- endif %} {%- if 'drop' in rule %} - {%- endif %} + {%- endif %} {%- endmacro %}