Skip to content

Commit be7939d

Browse files
fixed indentation
1 parent e3e4367 commit be7939d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gohpts.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1365,7 +1365,7 @@ func (p *proxyapp) applyRedirectRules() string {
13651365
_ = cmdForward.Run()
13661366
if p.arp {
13671367
cmdClear := exec.Command("bash", "-c", `
1368-
set -ex
1368+
set -ex
13691369
iptables -t filter -F GOHPTS 2>/dev/null || true
13701370
iptables -t filter -D FORWARD -j GOHPTS 2>/dev/null || true
13711371
iptables -t filter -X GOHPTS 2>/dev/null || true
@@ -1399,7 +1399,7 @@ func (p *proxyapp) applyRedirectRules() string {
13991399
func (p *proxyapp) clearRedirectRules(output string) error {
14001400
if p.arp {
14011401
cmdClear := exec.Command("bash", "-c", `
1402-
set -ex
1402+
set -ex
14031403
iptables -t filter -F GOHPTS 2>/dev/null || true
14041404
iptables -t filter -D FORWARD -j GOHPTS 2>/dev/null || true
14051405
iptables -t filter -X GOHPTS 2>/dev/null || true

0 commit comments

Comments
 (0)