From: sparked435 <9814958+sparked435@users.noreply.github.com> Date: Tue, 25 Apr 2023 00:47:46 +0000 (-0400) Subject: Running contrib/format.sh. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b24581f9bde1d961f034f9915cd84821d375d2e5;p=thirdparty%2Fcollectd.git Running contrib/format.sh. --- diff --git a/src/network.c b/src/network.c index 39e534a2a..e30d1b0e4 100644 --- a/src/network.c +++ b/src/network.c @@ -1142,7 +1142,7 @@ static int parse_part_sign_sha256(sockent_t *se, /* {{{ */ return 0; } /* }}} int parse_part_sign_sha256 */ - /* #endif HAVE_GCRYPT_H */ +/* #endif HAVE_GCRYPT_H */ #else /* if !HAVE_GCRYPT_H */ static int parse_part_sign_sha256(sockent_t *se, /* {{{ */ @@ -1297,7 +1297,7 @@ static int parse_part_encr_aes256(sockent_t *se, /* {{{ */ return 0; } /* }}} int parse_part_encr_aes256 */ - /* #endif HAVE_GCRYPT_H */ +/* #endif HAVE_GCRYPT_H */ #else /* if !HAVE_GCRYPT_H */ static int parse_part_encr_aes256(sockent_t *se, /* {{{ */ @@ -1706,7 +1706,7 @@ static int network_set_interface(const sockent_t *se, ERROR("network plugin: setsockopt (bind-if): %s", STRERRNO); return -1; } - /* #endif HAVE_IF_INDEXTONAME && SO_BINDTODEVICE */ + /* #endif HAVE_IF_INDEXTONAME && SO_BINDTODEVICE */ #else WARNING("network plugin: Cannot set the interface on a unicast "