]> git.ipfire.org Git - thirdparty/collectd.git/commitdiff
Format
authorWinstonMDP <skrimer.swat@bk.ru>
Wed, 23 Oct 2024 17:29:13 +0000 (20:29 +0300)
committerMatthias Runge <mrunge@matthias-runge.de>
Sat, 11 Jan 2025 18:38:39 +0000 (19:38 +0100)
src/libcollectdclient/client.c

index 527aaf52c672471e8d019abe47a0314b9e149669..2428c5c93e052e78dd64a4fc20af2aec7e57a953 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) {