Fix whitespace

This commit is contained in:
Peter Eisentraut 2013-12-27 19:51:49 -05:00
parent 29dcf7ded5
commit b986270bd4

View File

@ -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))