diff options
| author | Bruce Momjian | 1997-09-08 02:41:22 +0000 |
|---|---|---|
| committer | Bruce Momjian | 1997-09-08 02:41:22 +0000 |
| commit | 9af06b7a48dc6a4461d9530c318050c67a0bfee5 (patch) | |
| tree | cfe9e5a0d8a5de36159d4c2f6156f00565552306 /src/bin/psql/stringutils.h | |
| parent | 7b49de83a5157c1a6e0bbadc091bd7c873d20e2c (diff) | |
Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting.
Diffstat (limited to 'src/bin/psql/stringutils.h')
| -rw-r--r-- | src/bin/psql/stringutils.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/psql/stringutils.h b/src/bin/psql/stringutils.h index 8438aba54c..96a5876fbf 100644 --- a/src/bin/psql/stringutils.h +++ b/src/bin/psql/stringutils.h @@ -27,10 +27,10 @@ /* removes whitespaces from the left, right and both sides of a string */ /* MODIFIES the string passed in and returns the head of it */ -extern char *rightTrim(char *s); +extern char *rightTrim(char *s); #ifdef STRINGUTILS_TEST -extern void testStringUtils(); +extern void testStringUtils(); #endif |
