Fix whitespace

pull/7/head
Peter Eisentraut 10 years ago
parent 3d9e8db9e5
commit 000a21336b
  1. 2
      src/bin/pg_dump/dumputils.h
  2. 2
      src/bin/pg_dump/pg_dump.c

@ -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;

@ -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,

Loading…
Cancel
Save