1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-18 17:41:14 +03:00

Fix whitespace

This commit is contained in:
Peter Eisentraut 2015-09-15 15:20:13 -04:00
parent 3d9e8db9e5
commit 000a21336b
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ typedef struct SimpleStringListCell
{ {
struct SimpleStringListCell *next; struct SimpleStringListCell *next;
bool touched; /* true, when this string was searched bool touched; /* true, when this string was searched
and touched */ and touched */
char val[FLEXIBLE_ARRAY_MEMBER]; /* null-terminated string here */ char val[FLEXIBLE_ARRAY_MEMBER]; /* null-terminated string here */
} SimpleStringListCell; } SimpleStringListCell;

View File

@ -1194,7 +1194,7 @@ expand_schema_name_patterns(Archive *fout,
/* /*
* Find the OIDs of all tables matching the given list of patterns, * 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 static void
expand_table_name_patterns(Archive *fout, expand_table_name_patterns(Archive *fout,