]> git.ipfire.org Git - thirdparty/collectd.git/commitdiff
Running contrib/format.sh.
authorsparked435 <9814958+sparked435@users.noreply.github.com>
Tue, 25 Apr 2023 00:47:46 +0000 (20:47 -0400)
committerMatthias Runge <mrunge@matthias-runge.de>
Tue, 25 Apr 2023 15:04:53 +0000 (17:04 +0200)
src/network.c

index 39e534a2a42526c6563638f1336a95717e78cb54..e30d1b0e4fda7f0cd3707068d9ce2f4aab78a688 100644 (file)
@@ -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 "