diff options
| author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2023-10-03 12:20:24 +0200 |
|---|---|---|
| committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2023-10-03 12:20:24 +0200 |
| commit | ec9ed2526510b2313095a09185ef598667a86722 (patch) | |
| tree | 4e95c6bd86114dd36fe20216ba09dd170ef3458b | |
| parent | 2723d48d8474315c454e6d7577430b7839d3e196 (diff) | |
| download | monitoring-plugins-ec9ed2526510b2313095a09185ef598667a86722.tar.gz | |
Some code formatting
| -rw-r--r-- | plugins-root/check_dhcp.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/plugins-root/check_dhcp.c b/plugins-root/check_dhcp.c index 049268f2..ee794b48 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 | } |
