Code alignment fix.
authorBruce Momjian
Thu, 18 May 2006 18:19:47 +0000 (18:19 +0000)
committerBruce Momjian
Thu, 18 May 2006 18:19:47 +0000 (18:19 +0000)
src/interfaces/libpq/fe-misc.c

index 0b73821a6c836cf40d1c90ef91e93cc2057ff1b3..f2af0e3b94925bb00d1cdd149620d5a9056fe2fc 100644 (file)
@@ -23,7 +23,7 @@
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *   $PostgreSQL: pgsql/src/interfaces/libpq/fe-misc.c,v 1.125 2006/03/05 15:59:09 momjian Exp $
+ *   $PostgreSQL: pgsql/src/interfaces/libpq/fe-misc.c,v 1.126 2006/05/18 18:19:47 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -64,7 +64,7 @@
 
 static int pqPutMsgBytes(const void *buf, size_t len, PGconn *conn);
 static int pqSendSome(PGconn *conn, int len);
-static int pqSocketCheck(PGconn *conn, int forRead, int forWrite,
+static int pqSocketCheck(PGconn *conn, int forRead, int forWrite,
              time_t end_time);
 static int pqSocketPoll(int sock, int forRead, int forWrite, time_t end_time);