mirror of
https://github.com/collectd/collectd.git
synced 2026-02-09 04:09:15 +08:00
Run contrib/format.sh on src/libcollectdclient/client.c
The file is inconsistent state with clang-format return
This commit is contained in:
committed by
Matthias Runge
parent
c254dc2c1e
commit
e7d96d26ae
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user