From 000a21336b8e218deb856f73dc8972073cb8a649 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Tue, 15 Sep 2015 15:20:13 -0400 Subject: [PATCH] Fix whitespace --- src/bin/pg_dump/dumputils.h | 2 +- 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, -- 2.30.2