diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2018-05-09 14:25:04 -0400 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2018-05-17 23:04:41 -0400 |
commit | 6b30d1386fa37d8ae45e2d30e22771244afd13c3 (patch) | |
tree | 9905facb080412487e238637f0ee1f1560bf70fa /src/bin/pg_basebackup/streamutil.c | |
parent | 93f6c6328dcf74d1e42162e8f712c23fe16a8cf8 (diff) |
Fix whitespace
Diffstat (limited to 'src/bin/pg_basebackup/streamutil.c')
-rw-r--r-- | src/bin/pg_basebackup/streamutil.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_basebackup/streamutil.c b/src/bin/pg_basebackup/streamutil.c index f68019d5706..820d1a61df5 100644 --- a/src/bin/pg_basebackup/streamutil.c +++ b/src/bin/pg_basebackup/streamutil.c @@ -1,7 +1,7 @@ /*------------------------------------------------------------------------- * * streamutil.c - utility functions for pg_basebackup, pg_receivewal and - * pg_recvlogical + * pg_recvlogical * * Author: Magnus Hagander <magnus@hagander.net> * |