diff options
| author | Bruce Momjian | 2013-05-29 20:58:43 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2013-05-29 20:58:43 +0000 |
| commit | 9af4159fce6654aa0e081b00d02bca40b978745c (patch) | |
| tree | 3aa507fc6cc67ed3d9f6ceec4d65d1e56cc08e1a /contrib/pg_trgm | |
| parent | 07ab261ef3a9575a4a2bd3045b222d7b3dee2c46 (diff) | |
pgindent run for release 9.3
This is the first run of the Perl-based pgindent script. Also update
pgindent instructions.
Diffstat (limited to 'contrib/pg_trgm')
| -rw-r--r-- | contrib/pg_trgm/trgm_op.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/pg_trgm/trgm_op.c b/contrib/pg_trgm/trgm_op.c index 76e470c7785..c632a586639 100644 --- a/contrib/pg_trgm/trgm_op.c +++ b/contrib/pg_trgm/trgm_op.c @@ -347,8 +347,8 @@ get_wildcard_part(const char *str, int lenstr, else { /* - * Back up endword to the escape character when stopping at - * an escaped char, so that subsequent get_wildcard_part will + * Back up endword to the escape character when stopping at an + * escaped char, so that subsequent get_wildcard_part will * restart from the escape character. We assume here that * escape chars are single-byte. */ |
