Some code formatting

This commit is contained in:
Lorenz Kästle 2023-10-03 12:20:24 +02:00
parent 2723d48d84
commit ec9ed25265

View file

@ -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;
}
}