From ea08e6cd5542cb269ecd3e735f1dfa3bb61fbc4f Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 5 Nov 2001 17:46:40 +0000 Subject: New pgindent run with fixes suggested by Tom. Patch manually reviewed, initdb/regression tests pass. --- src/test/examples/testlibpq.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/test/examples') diff --git a/src/test/examples/testlibpq.c b/src/test/examples/testlibpq.c index b3678005f5..ca5ebbafba 100644 --- a/src/test/examples/testlibpq.c +++ b/src/test/examples/testlibpq.c @@ -28,7 +28,7 @@ main() #ifdef DEBUG FILE *debug; -#endif /* DEBUG */ +#endif /* DEBUG */ PGconn *conn; PGresult *res; @@ -60,7 +60,7 @@ main() #ifdef DEBUG debug = fopen("/tmp/trace.out", "w"); PQtrace(conn, debug); -#endif /* DEBUG */ +#endif /* DEBUG */ /* start a transaction block */ res = PQexec(conn, "BEGIN"); @@ -127,7 +127,7 @@ main() #ifdef DEBUG fclose(debug); -#endif /* DEBUG */ +#endif /* DEBUG */ return 0; } -- cgit v1.2.1