mirror of
https://github.com/postgres/postgres.git
synced 2025-05-18 17:41:14 +03:00
Fix whitespace
This commit is contained in:
parent
3d9e8db9e5
commit
000a21336b
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user