Commit b986270b authored by Peter Eisentraut's avatar Peter Eisentraut

Fix whitespace

parent 29dcf7de
......@@ -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))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment