mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Fix whitespace
This commit is contained in:
@@ -26,4 +26,3 @@ extern PGDLLIMPORT Oid binary_upgrade_next_pg_enum_oid;
|
||||
extern PGDLLIMPORT Oid binary_upgrade_next_pg_authid_oid;
|
||||
|
||||
#endif /* BINARY_UPGRADE_H */
|
||||
|
||||
|
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user