summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Hemminger <shemming@brocade.com>2013-06-10 16:38:02 -0700
committerStephen Hemminger <shemming@brocade.com>2013-06-10 16:38:02 -0700
commit91898505d6a4546ab9fbf925c4525f2bb391d613 (patch)
treec0026be906888142a7c9a10f67d8e5b5c209e032
parent3b3f9c78924132d53e4e56c1a81c4053ecb316f3 (diff)
downloadvyatta-cfg-quagga-91898505d6a4546ab9fbf925c4525f2bb391d613.tar.gz
vyatta-cfg-quagga-91898505d6a4546ab9fbf925c4525f2bb391d613.zip
check_prefix_boundary: fix indentation
All the back/forth left some funny indentation
-rw-r--r--src/check_prefix_boundary.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/check_prefix_boundary.c b/src/check_prefix_boundary.c
index 5fa80d50..28dd4b19 100644
--- a/src/check_prefix_boundary.c
+++ b/src/check_prefix_boundary.c
@@ -119,8 +119,8 @@ int main(int argc, char **argv)
default:
usage();
}
- continue;
- }
+ continue;
+ }
get_prefix_1(&dst, arg, family);
get_netmask(&msk, &dst);