mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-03-07 19:47:50 +08:00
Fix whitespace
This commit is contained in:
parent
29dcf7ded5
commit
b986270bd4
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user