Run contrib/format.sh on src/libcollectdclient/client.c

The file is inconsistent state with clang-format return
This commit is contained in:
Matwey V. Kornilov
2025-10-26 18:34:43 +03:00
committed by Matthias Runge
parent c254dc2c1e
commit e7d96d26ae

View 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) {