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/bin/psql/stringutils.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/bin/psql/stringutils.h')
| -rw-r--r-- | src/bin/psql/stringutils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/psql/stringutils.h b/src/bin/psql/stringutils.h index e954cab9f8..6fd192f837 100644 --- a/src/bin/psql/stringutils.h +++ b/src/bin/psql/stringutils.h @@ -17,4 +17,5 @@ extern char *strtokx(const char *s, char *was_quoted, unsigned int *token_pos, int encoding); + #endif /* STRINGUTILS_H */ |
