]> git.ipfire.org Git - thirdparty/collectd.git/commitdiff
Run contrib/format.sh on src/libcollectdclient/client.c
authorMatwey V. Kornilov <matwey.kornilov@gmail.com>
Sun, 26 Oct 2025 15:34:43 +0000 (18:34 +0300)
committerMatthias Runge <mrunge@matthias-runge.de>
Tue, 28 Oct 2025 09:54:06 +0000 (10:54 +0100)
The file is inconsistent state with clang-format return

src/libcollectdclient/client.c

index a8bbe2f7d41e82671980dc0afcc94fe6244916f8..4f86a4c464fccf16f3e6ca13ff5010955a286f3f 100644 (file)
@@ -163,7 +163,7 @@ static char *sstrerror(int errnum, char *buf, size_t buflen) {
                 buflen);
     }
   }
-    /* #endif STRERROR_R_CHAR_P */
+  /* #endif STRERROR_R_CHAR_P */
 
 #else
   if (strerror_r(errnum, buf, buflen) != 0) {