diff options
| author | Bruce Momjian | 2010-07-06 19:19:02 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2010-07-06 19:19:02 +0000 |
| commit | 239d769e7e05e0a5ef3bd6828e93e22ef3962780 (patch) | |
| tree | 9660987f1372651b78fb82023739728f2f962a6e /src/test/examples | |
| parent | 52783b212c7c0ef5ab2ee6bda17c8db0ed13d4ab (diff) | |
pgindent run for 9.0, second run
Diffstat (limited to 'src/test/examples')
| -rw-r--r-- | src/test/examples/testlibpq2.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/examples/testlibpq2.c b/src/test/examples/testlibpq2.c index f6c3dbd49d..c5921a5645 100644 --- a/src/test/examples/testlibpq2.c +++ b/src/test/examples/testlibpq2.c @@ -1,5 +1,5 @@ /* - * $PostgreSQL: pgsql/src/test/examples/testlibpq2.c,v 1.16 2009/12/31 00:16:47 adunstan Exp $ + * $PostgreSQL: pgsql/src/test/examples/testlibpq2.c,v 1.17 2010/07/06 19:19:01 momjian Exp $ * * * testlibpq2.c @@ -108,7 +108,7 @@ main(int argc, char **argv) break; /* shouldn't happen */ FD_ZERO(&input_mask); - FD_SET (sock, &input_mask); + FD_SET(sock, &input_mask); if (select(sock + 1, &input_mask, NULL, NULL, NULL) < 0) { |
