net-firewall/shorewall: remove trailing whitespaces
authorGöktürk Yüksek <gokturk@gentoo.org>
Sat, 21 May 2016 15:54:28 +0000 (11:54 -0400)
committerIan Delaney <idella4@gentoo.org>
Mon, 23 May 2016 11:32:47 +0000 (19:32 +0800)
found in conf and init files

Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1512

Signed-off-by: Ian Delaney <idella4@gentoo.org>
net-firewall/shorewall/files/shorewall-lite.initd-r1
net-firewall/shorewall/files/shorewall.initd-r1
net-firewall/shorewall/files/shorewall6-lite.initd-r1
net-firewall/shorewall/files/shorewall6.confd-r1
net-firewall/shorewall/files/shorewall6.initd-r1

index f6dbccd04d8b11c82fa598942851db15556bc975..8857277b3e2c90007921876cedb4f6f5e5d82c08 100644 (file)
@@ -35,7 +35,7 @@ status() {
                mark_service_started "${SVCNAME}"
                return 0
        else
-               einfo 'status: stopped' 
+               einfo 'status: stopped'
                mark_service_stopped "${SVCNAME}"
                return 3
        fi
index 74cadf27c11fa357f0535011765ef2d6d7ecef24..a1ce9ea64ea9975bdd2347354112a17717d6020c 100644 (file)
@@ -40,7 +40,7 @@ status() {
                mark_service_started "${SVCNAME}"
                return 0
        else
-               einfo 'status: stopped' 
+               einfo 'status: stopped'
                mark_service_stopped "${SVCNAME}"
                return 3
        fi
@@ -49,7 +49,7 @@ status() {
 start() {
        ebegin "Starting shorewall"
        ${command} ${OPTIONS} start ${STARTOPTIONS} 1>/dev/null
-       eend $? 
+       eend $?
 }
 
 stop() {
index 8bca1e18a24782fb72a700bace0f0e6bf1b3c463..c47a0b0bbcabe2d300706df3fd94c00c7632ad9d 100644 (file)
@@ -35,7 +35,7 @@ status() {
                mark_service_started "${SVCNAME}"
                return 0
        else
-               einfo 'status: stopped' 
+               einfo 'status: stopped'
                mark_service_stopped "${SVCNAME}"
                return 3
        fi
index f37268544f483172d77ba5f46799fff70bcad5fd..daef3054274a6c2c64b1cb8a1115035c135e85f8 100644 (file)
@@ -1,13 +1,13 @@
 # Global start/restart/stop options
-# 
+#
 OPTIONS="-tvv"
 
 # Start options
-# 
+#
 STARTOPTIONS=""
 
 # Stop options
-# 
+#
 STOPOPTIONS=""
 
 # Reload options
@@ -15,5 +15,5 @@ STOPOPTIONS=""
 RELOADOPTIONS=""
 
 # Restart options
-# 
+#
 RESTARTOPTIONS=""
index c725a28991e506bba1d229b063958cbe8d0607d5..dbecf94dedb30cfcb575245e06e1e702734a7a33 100644 (file)
@@ -40,7 +40,7 @@ status() {
                mark_service_started "${SVCNAME}"
                return 0
        else
-               einfo 'status: stopped' 
+               einfo 'status: stopped'
                mark_service_stopped "${SVCNAME}"
                return 3
        fi
@@ -49,7 +49,7 @@ status() {
 start() {
        ebegin "Starting shorewall6"
        ${command} ${OPTIONS} start ${STARTOPTIONS} 1>/dev/null
-       eend $? 
+       eend $?
 }
 
 stop() {