diff options
author | Peter Eisentraut | 2015-09-15 19:20:13 +0000 |
---|---|---|
committer | Peter Eisentraut | 2015-09-15 19:20:13 +0000 |
commit | 000a21336b8e218deb856f73dc8972073cb8a649 (patch) | |
tree | 9c233cbfb8a74e755eab1462183950d76dad11ab | |
parent | 3d9e8db9e56beb0501d168779ae9644587924061 (diff) |
Fix whitespace
-rw-r--r-- | src/bin/pg_dump/dumputils.h | 2 | ||||
-rw-r--r-- | src/bin/pg_dump/pg_dump.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/pg_dump/dumputils.h b/src/bin/pg_dump/dumputils.h index 9f31bbc20af..3a643c44270 100644 --- a/src/bin/pg_dump/dumputils.h +++ b/src/bin/pg_dump/dumputils.h @@ -39,7 +39,7 @@ typedef struct SimpleStringListCell { struct SimpleStringListCell *next; bool touched; /* true, when this string was searched - and touched */ + and touched */ char val[FLEXIBLE_ARRAY_MEMBER]; /* null-terminated string here */ } SimpleStringListCell; diff --git a/src/bin/pg_dump/pg_dump.c b/src/bin/pg_dump/pg_dump.c index e943f6c23ca..05866970a64 100644 --- a/src/bin/pg_dump/pg_dump.c +++ b/src/bin/pg_dump/pg_dump.c @@ -1194,7 +1194,7 @@ expand_schema_name_patterns(Archive *fout, /* * Find the OIDs of all tables matching the given list of patterns, - * and append them to the given OID list. + * and append them to the given OID list. */ static void expand_table_name_patterns(Archive *fout, |