summaryrefslogtreecommitdiff
path: root/flx/init-scripts/files/0.4.0-firewall-white-space-cleanup.patch
blob: 55567571fa634f869e3ce17e5053fca4dee47a31 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From e2b3e884447f32fbcee7b840b64ed04d63e03ef0 Mon Sep 17 00:00:00 2001
From: Bertrand Jacquin <bertrand@jacquin.bzh>
Date: Wed, 11 Jan 2012 21:52:11 +0100
Subject: [PATCH 6/9] firewall: white space cleanup

---
 sbin/init.d/firewall | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sbin/init.d/firewall b/sbin/init.d/firewall
index 2bd602b..1d09584 100755
--- a/sbin/init.d/firewall
+++ b/sbin/init.d/firewall
@@ -38,7 +38,7 @@ function do_help {
     echo
     echo "The configuration file is $opt_confdir/$opt_current/conf-$(uname -n).ipt"
     echo
-    exit 1 
+    exit 1
 }
 
 ###############################################################################