aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2013-12-26 23:51:56 -0500
committerPeter Eisentraut <peter_e@gmx.net>2013-12-26 23:51:56 -0500
commita09e3fd77661e22f5000098e7b0bfcc6751d7c18 (patch)
tree541dd7d7cfd49961b1c0b94267ab88992217e764
parent1def747db68b234b54b784c74dfbe329f5478b79 (diff)
downloadpostgresql-a09e3fd77661e22f5000098e7b0bfcc6751d7c18.tar.gz
postgresql-a09e3fd77661e22f5000098e7b0bfcc6751d7c18.zip
Fix whitespace
-rw-r--r--src/include/catalog/binary_upgrade.h1
-rw-r--r--src/port/username.c2
2 files changed, 1 insertions, 2 deletions
diff --git a/src/include/catalog/binary_upgrade.h b/src/include/catalog/binary_upgrade.h
index 169d7696e35..7423030134d 100644
--- a/src/include/catalog/binary_upgrade.h
+++ b/src/include/catalog/binary_upgrade.h
@@ -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 */
-
diff --git a/src/port/username.c b/src/port/username.c
index 25dc9391c44..4bb09f2d974 100644
--- a/src/port/username.c
+++ b/src/port/username.c
@@ -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);