diff options
| author | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2023-10-15 18:17:36 +0200 | 
|---|---|---|
| committer | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2023-10-15 18:17:36 +0200 | 
| commit | 4b9d90f31c700298185aa4c7b20fe1c5e8bf19c2 (patch) | |
| tree | de7e745ae5a8c81caa7c9f41be56a0747b4f106c /lib/utils_base.h | |
| parent | b1801c10846283176622db21974fe5003602630d (diff) | |
| download | monitoring-plugins-4b9d90f.tar.gz | |
Whitespace fixes in lib
Diffstat (limited to 'lib/utils_base.h')
| -rw-r--r-- | lib/utils_base.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/lib/utils_base.h b/lib/utils_base.h index 9cb42767..9abf5957 100644 --- a/lib/utils_base.h +++ b/lib/utils_base.h | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | # include "sha256.h" | 6 | # include "sha256.h" | 
| 7 | #endif | 7 | #endif | 
| 8 | 8 | ||
| 9 | /* This file holds header information for thresholds - use this in preference to | 9 | /* This file holds header information for thresholds - use this in preference to | 
| 10 | individual plugin logic */ | 10 | individual plugin logic */ | 
| 11 | 11 | ||
| 12 | /* This has not been merged with utils.h because of problems with | 12 | /* This has not been merged with utils.h because of problems with | 
| @@ -79,7 +79,7 @@ void die (int, const char *, ...) __attribute__((noreturn,format(printf, 2, 3))) | |||
| 79 | #define NP_RANGE_UNPARSEABLE 1 | 79 | #define NP_RANGE_UNPARSEABLE 1 | 
| 80 | #define NP_WARN_WITHIN_CRIT 2 | 80 | #define NP_WARN_WITHIN_CRIT 2 | 
| 81 | 81 | ||
| 82 | /* a simple check to see if we're running as root. | 82 | /* a simple check to see if we're running as root. | 
| 83 | * returns zero on failure, nonzero on success */ | 83 | * returns zero on failure, nonzero on success */ | 
| 84 | int np_check_if_root(void); | 84 | int np_check_if_root(void); | 
| 85 | 85 | ||
