diff options
author | Stephen Hemminger <shemming@brocade.com> | 2013-06-10 16:38:02 -0700 |
---|---|---|
committer | Stephen Hemminger <shemming@brocade.com> | 2013-06-10 16:38:02 -0700 |
commit | 91898505d6a4546ab9fbf925c4525f2bb391d613 (patch) | |
tree | c0026be906888142a7c9a10f67d8e5b5c209e032 /src | |
parent | 3b3f9c78924132d53e4e56c1a81c4053ecb316f3 (diff) | |
download | vyatta-cfg-quagga-91898505d6a4546ab9fbf925c4525f2bb391d613.tar.gz vyatta-cfg-quagga-91898505d6a4546ab9fbf925c4525f2bb391d613.zip |
check_prefix_boundary: fix indentation
All the back/forth left some funny indentation
Diffstat (limited to 'src')
-rw-r--r-- | src/check_prefix_boundary.c | 4 |
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); |