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;
bool touched; /* true, when this string was searched
and touched */
and touched */
char val[FLEXIBLE_ARRAY_MEMBER]; /* null-terminated string here */
} SimpleStringListCell;