]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Recommit fix
authorDanny Mayer <mayer@ntp.org>
Wed, 17 Nov 2004 03:16:52 +0000 (22:16 -0500)
committerDanny Mayer <mayer@ntp.org>
Wed, 17 Nov 2004 03:16:52 +0000 (22:16 -0500)
bk: 419ac2a4LSxh50TTFyHNVUDfMPe6aw

ntpd/cmd_args.c

index ba29215cbf3d3f6f3a63e23ffc7575542bd74a1a..89fd6d5fffc497b2656ae8a639e09f8e13add066 100644 (file)
@@ -25,7 +25,6 @@ static const char *ntp_options = "aAbB:c:C:dD:f:gi:k:l:LmnNO:p:P:qr:s:S:t:T:W:u:
 extern int     check_netinfo;
 #endif
 
-
 /*
  * getstartup - search through the options looking for a debugging flag
  */
@@ -114,7 +113,7 @@ getstartup(
                case 'q':
                    ++nofork;
                    break;
-
                case 'N':
                    priority_done = 0;
                    break;