From 91898505d6a4546ab9fbf925c4525f2bb391d613 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Mon, 10 Jun 2013 16:38:02 -0700 Subject: check_prefix_boundary: fix indentation All the back/forth left some funny indentation --- src/check_prefix_boundary.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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); -- cgit v1.2.3