mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-05-28 04:35:40 -04:00
Some code formatting
This commit is contained in:
parent
2723d48d84
commit
ec9ed25265
1 changed files with 7 additions and 7 deletions
|
|
@ -1141,12 +1141,12 @@ int call_getopt(int argc, char **argv){
|
|||
|
||||
break;
|
||||
|
||||
case 'u': /* unicast testing */
|
||||
unicast=true;
|
||||
break;
|
||||
case 'x': /* exclusive testing aka "rogue DHCP server detection" */
|
||||
exclusive=true;
|
||||
break;
|
||||
case 'u': /* unicast testing */
|
||||
unicast=true;
|
||||
break;
|
||||
case 'x': /* exclusive testing aka "rogue DHCP server detection" */
|
||||
exclusive=true;
|
||||
break;
|
||||
|
||||
case 'V': /* version */
|
||||
print_revision(progname, NP_VERSION);
|
||||
|
|
@ -1411,4 +1411,4 @@ print_usage(void){
|
|||
printf (" [-i interface] [-m mac]\n");
|
||||
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue