From 6c07db487164262f9191ad02805523bd153e0ba6 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Mon, 15 Jun 2015 14:19:11 +0545 Subject: Code spacing and other random stuff I noticed. I think this finishes messing with code style. The codebase should match the developer style guide closely enough that 99.9% of changes will not feel the need to also massage the formatting. --- etc/rc.initial.setlanip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/rc.initial.setlanip') diff --git a/etc/rc.initial.setlanip b/etc/rc.initial.setlanip index b64dec8..893146a 100755 --- a/etc/rc.initial.setlanip +++ b/etc/rc.initial.setlanip @@ -167,7 +167,7 @@ if ($intnum > $count) { $index = 1; foreach ($ifdescrs as $ifname => $ifdesc) { - if ($intnum == $index) { + if ($intnum == $index) { $interface = $ifname; break; } else { -- cgit v1.1