Skip to content

Commit d8f940f

Browse files
committed
Code alignment fix.
1 parent d18e334 commit d8f940f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/interfaces/libpq/fe-misc.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
* Portions Copyright (c) 1994, Regents of the University of California
2424
*
2525
* IDENTIFICATION
26-
* $PostgreSQL: pgsql/src/interfaces/libpq/fe-misc.c,v 1.125 2006/03/05 15:59:09 momjian Exp $
26+
* $PostgreSQL: pgsql/src/interfaces/libpq/fe-misc.c,v 1.126 2006/05/18 18:19:47 momjian Exp $
2727
*
2828
*-------------------------------------------------------------------------
2929
*/
@@ -64,7 +64,7 @@
6464

6565
static int pqPutMsgBytes(const void *buf, size_t len, PGconn *conn);
6666
static int pqSendSome(PGconn *conn, int len);
67-
static int pqSocketCheck(PGconn *conn, int forRead, int forWrite,
67+
static int pqSocketCheck(PGconn *conn, int forRead, int forWrite,
6868
time_t end_time);
6969
static int pqSocketPoll(int sock, int forRead, int forWrite, time_t end_time);
7070

0 commit comments

Comments
 (0)