diff options
author | Bruce Momjian | 2001-10-28 06:26:15 +0000 |
---|---|---|
committer | Bruce Momjian | 2001-10-28 06:26:15 +0000 |
commit | 365383703ac0a88c6737e14c48ab14e878cd778c (patch) | |
tree | 04e502fe1652ab8ec2bf42ea0b31ea9586165af5 /src/include/access/gist.h | |
parent | acc90a66efe40627e7a5f09a04ad9c497ddc5003 (diff) |
Another pgindent run. Fixes enum indenting, and improves #endif
spacing. Also adds space for one-line comments.
Diffstat (limited to 'src/include/access/gist.h')
-rw-r--r-- | src/include/access/gist.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/access/gist.h b/src/include/access/gist.h index e0ee79c3bc..54006e3341 100644 --- a/src/include/access/gist.h +++ b/src/include/access/gist.h @@ -184,4 +184,5 @@ extern void gist_desc(char *buf, uint8 xl_info, char *rec); /* gistget.c */ extern Datum gistgettuple(PG_FUNCTION_ARGS); + #endif /* GIST_H */ |