diff options
| author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-09-15 13:18:17 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-15 13:18:17 +0200 |
| commit | 8ef825d85fb4d09c32ca44c545d6eb8d995ddea4 (patch) | |
| tree | 5ab7b18797dfd5849dec7827c87ca3bb5fcb0993 /plugins/tests/test_check_swap.c | |
| parent | a3cf9041af810770daf5d9b83f1906fa9bb0dd11 (diff) | |
| parent | 204cf956f0b3db90d079321ee957b3860da7e33f (diff) | |
| download | monitoring-plugins-8ef825d8.tar.gz | |
Merge pull request #2149 from RincewindsHat/clang-format
Clang format
Diffstat (limited to 'plugins/tests/test_check_swap.c')
| -rw-r--r-- | plugins/tests/test_check_swap.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/tests/test_check_swap.c b/plugins/tests/test_check_swap.c index b85fb4ad..94d56ce7 100644 --- a/plugins/tests/test_check_swap.c +++ b/plugins/tests/test_check_swap.c | |||
| @@ -5,9 +5,7 @@ | |||
| 5 | int verbose = 0; | 5 | int verbose = 0; |
| 6 | 6 | ||
| 7 | void print_usage(void) {} | 7 | void print_usage(void) {} |
| 8 | void print_help(swap_config config) { | 8 | void print_help(swap_config config) { (void)config; } |
| 9 | (void) config; | ||
| 10 | } | ||
| 11 | 9 | ||
| 12 | const char *progname = "test_check_swap"; | 10 | const char *progname = "test_check_swap"; |
| 13 | 11 | ||
