summaryrefslogtreecommitdiffstats
path: root/plugins-root
diff options
context:
space:
mode:
authorLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2023-10-03 10:20:24 (GMT)
committerLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2023-10-03 10:20:24 (GMT)
commitec9ed2526510b2313095a09185ef598667a86722 (patch)
tree4e95c6bd86114dd36fe20216ba09dd170ef3458b /plugins-root
parent2723d48d8474315c454e6d7577430b7839d3e196 (diff)
downloadmonitoring-plugins-ec9ed2526510b2313095a09185ef598667a86722.tar.gz
Some code formatting
Diffstat (limited to 'plugins-root')
-rw-r--r--plugins-root/check_dhcp.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/plugins-root/check_dhcp.c b/plugins-root/check_dhcp.c
index 049268f..ee794b4 100644
--- a/plugins-root/check_dhcp.c
+++ b/plugins-root/check_dhcp.c
@@ -1141,12 +1141,12 @@ int call_getopt(int argc, char **argv){
1141 1141
1142 break; 1142 break;
1143 1143
1144 case 'u': /* unicast testing */ 1144 case 'u': /* unicast testing */
1145 unicast=true; 1145 unicast=true;
1146 break; 1146 break;
1147 case 'x': /* exclusive testing aka "rogue DHCP server detection" */ 1147 case 'x': /* exclusive testing aka "rogue DHCP server detection" */
1148 exclusive=true; 1148 exclusive=true;
1149 break; 1149 break;
1150 1150
1151 case 'V': /* version */ 1151 case 'V': /* version */
1152 print_revision(progname, NP_VERSION); 1152 print_revision(progname, NP_VERSION);
@@ -1411,4 +1411,4 @@ print_usage(void){
1411 printf (" [-i interface] [-m mac]\n"); 1411 printf (" [-i interface] [-m mac]\n");
1412 1412
1413 return; 1413 return;
1414 } 1414}