mirror of
https://github.com/postgres/postgres.git
synced 2026-02-26 11:21:03 -05:00
Fix whitespace
This commit is contained in:
parent
29dcf7ded5
commit
b986270bd4
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue