Skip to content

Commit b986270

Browse files
committed
Fix whitespace
1 parent 29dcf7d commit b986270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/port/username.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ get_user_name(char **errstr)
5050
return pw->pw_name;
5151
#else
5252
/* UNLEN = 256, 'static' variable remains after function exit */
53-
static char username[256 + 1];
53+
static char username[256 + 1];
5454
DWORD len = sizeof(username) - 1;
5555

5656
if (!GetUserName(username, &len))

0 commit comments

Comments
 (0)