Resolve trailing-whitespace failure in CI (merge issue)

This commit is contained in:
Nathan Scott 2021-03-04 15:16:32 +11:00
parent adaf748ab6
commit 8c421d527b
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ static void parseOSRelease(char* buffer, size_t bufferLen) {
snprintf(buffer, bufferLen, "%s%s%s", name[0] ? name : "", name[0] && version[0] ? " " : "", version);
}
char* Generic_uname(void) {
static char savedString[
/* uname structure fields - manpages recommend sizeof */