From 7d90b8200f709d125df19fa6aedf633c64b88ad4 Mon Sep 17 00:00:00 2001 From: RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> Date: Thu, 31 Oct 2024 01:31:59 +0100 Subject: lib: clang-format for headers too diff --git a/lib/utils_tcp.h b/lib/utils_tcp.h index 6543377..d5999e9 100644 --- a/lib/utils_tcp.h +++ b/lib/utils_tcp.h @@ -10,6 +10,10 @@ * caller to decide whether it makes sense to wait for additional data from the * server. */ -enum np_match_result { NP_MATCH_FAILURE, NP_MATCH_SUCCESS, NP_MATCH_RETRY }; +enum np_match_result { + NP_MATCH_FAILURE, + NP_MATCH_SUCCESS, + NP_MATCH_RETRY +}; enum np_match_result np_expect_match(char *status, char **server_expect, int server_expect_count, int flags); -- cgit v0.10-9-g596f