From: Peter Eisentraut Date: Fri, 27 Dec 2013 04:51:56 +0000 (-0500) Subject: Fix whitespace X-Git-Tag: REL9_4_BETA1~756 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a09e3fd77661e22f5000098e7b0bfcc6751d7c18;p=postgresql Fix whitespace --- diff --git a/src/include/catalog/binary_upgrade.h b/src/include/catalog/binary_upgrade.h index 169d7696e3..7423030134 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 25dc9391c4..4bb09f2d97 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);