Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
petere committed Dec 28, 2013
1 parent 29dcf7d commit b986270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/port/username.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ get_user_name(char **errstr)
return pw->pw_name;
#else
/* UNLEN = 256, 'static' variable remains after function exit */
static char username[256 + 1];
static char username[256 + 1];
DWORD len = sizeof(username) - 1;

if (!GetUserName(username, &len))
Expand Down

0 comments on commit b986270

Please sign in to comment.