From ae852b513d577b711cb5271f0c5654f49a755168 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Sun, 17 Apr 2016 10:23:18 -0700 Subject: [PATCH] Correct indentation issue Signed-off-by: Tom Eastep --- Shorewall/Perl/Shorewall/Chains.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall/Perl/Shorewall/Chains.pm b/Shorewall/Perl/Shorewall/Chains.pm index 090e4b34a..5b52f6560 100644 --- a/Shorewall/Perl/Shorewall/Chains.pm +++ b/Shorewall/Perl/Shorewall/Chains.pm @@ -8500,7 +8500,7 @@ sub create_load_ipsets() { emit ( 'fi' , '' ); } else { - emit ' true'; + emit 'true'; } pop_indent;