diff options
author | Bruce Momjian | 2001-10-25 05:50:21 +0000 |
---|---|---|
committer | Bruce Momjian | 2001-10-25 05:50:21 +0000 |
commit | b81844b1738c584d92330a5ccd0fbd8b603d2886 (patch) | |
tree | 4fae0d4cd26048177fc5cd1a2dd91abc99ba0f99 /src/test/locale | |
parent | 59da2105d8e6d95345b3b942a2e2aba8cead4838 (diff) |
pgindent run on all C files. Java run to follow. initdb/regression
tests pass.
Diffstat (limited to 'src/test/locale')
-rw-r--r-- | src/test/locale/test-ctype.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/locale/test-ctype.c b/src/test/locale/test-ctype.c index 8cf5e17da7f..684b73c9e16 100644 --- a/src/test/locale/test-ctype.c +++ b/src/test/locale/test-ctype.c @@ -39,7 +39,7 @@ flag(int b) void describe_char(int c) { - unsigned char cp = c, + unsigned char cp = c, up = toupper(c), lo = tolower(c); |