From b81844b1738c584d92330a5ccd0fbd8b603d2886 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 25 Oct 2001 05:50:21 +0000 Subject: pgindent run on all C files. Java run to follow. initdb/regression tests pass. --- src/test/examples/testlibpq.c | 1 - src/test/locale/test-ctype.c | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'src/test') diff --git a/src/test/examples/testlibpq.c b/src/test/examples/testlibpq.c index aa7f5a2e9e1..b3678005f5f 100644 --- a/src/test/examples/testlibpq.c +++ b/src/test/examples/testlibpq.c @@ -28,7 +28,6 @@ main() #ifdef DEBUG FILE *debug; - #endif /* DEBUG */ PGconn *conn; 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); -- cgit v1.2.3