summaryrefslogtreecommitdiffstats
path: root/lib/utils_tcp.c
diff options
context:
space:
mode:
authorRincewindsHat <12514511+RincewindsHat@users.noreply.github.com>2024-10-31 01:30:50 +0100
committerRincewindsHat <12514511+RincewindsHat@users.noreply.github.com>2024-10-31 01:30:50 +0100
commit880e57271d66b34240b58bdbeaf9d53a08958eb2 (patch)
tree73bbcd7f37ecadb6a117a9cd654df39e60e22180 /lib/utils_tcp.c
parente480c2bf48e1e905310f10ffbf1ddb190bf2e107 (diff)
downloadmonitoring-plugins-880e57271d66b34240b58bdbeaf9d53a08958eb2.tar.gz
lib: clang-format
Diffstat (limited to 'lib/utils_tcp.c')
-rw-r--r--lib/utils_tcp.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/utils_tcp.c b/lib/utils_tcp.c
index 440eb9b4..daae1d54 100644
--- a/lib/utils_tcp.c
+++ b/lib/utils_tcp.c
@@ -29,10 +29,10 @@
29#include "common.h" 29#include "common.h"
30#include "utils_tcp.h" 30#include "utils_tcp.h"
31 31
32#define VERBOSE(message) \ 32#define VERBOSE(message) \
33 do { \ 33 do { \
34 if (flags & NP_MATCH_VERBOSE) \ 34 if (flags & NP_MATCH_VERBOSE) \
35 puts(message); \ 35 puts(message); \
36 } while (0) 36 } while (0)
37 37
38enum np_match_result np_expect_match(char *status, char **server_expect, int expect_count, int flags) { 38enum np_match_result np_expect_match(char *status, char **server_expect, int expect_count, int flags) {