1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

Fix whitespace

This commit is contained in:
Peter Eisentraut
2013-12-26 23:51:56 -05:00
parent 1def747db6
commit a09e3fd776
2 changed files with 1 additions and 2 deletions

View File

@@ -71,7 +71,7 @@ const char *
get_user_name_or_exit(const char *progname)
{
const char *user_name;
char *errstr;
char *errstr;
user_name = get_user_name(&errstr);