Skip to content

Commit

Permalink
Resolve trailing-whitespace failure in CI (merge issue)
Browse files Browse the repository at this point in the history
  • Loading branch information
natoscott committed Mar 4, 2021
1 parent adaf748 commit 8c421d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generic/uname.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 8c421d5

Please sign in to comment.