mirror of
https://github.com/zebrajr/postgres.git
synced 2025-12-07 12:20:31 +01:00
Fix whitespace
This commit is contained in:
parent
1def747db6
commit
a09e3fd776
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user