Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ab00a22

Browse files
committed
From: Massimo Dal Zotto <dz@cs.unitn.it> > pqpacket.patch > > fixed indentation.
1 parent 7dbcf31 commit ab00a22

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/backend/libpq/pqpacket.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/src/backend/libpq/Attic/pqpacket.c,v 1.16 1998/07/09 03:28:46 scrappy Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/libpq/Attic/pqpacket.c,v 1.17 1998/08/25 21:22:27 scrappy Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -33,7 +33,8 @@
3333
* Set up a packet read for the postmaster event loop.
3434
*/
3535

36-
void PacketReceiveSetup(Packet *pkt, PacketDoneProc iodone, void *arg)
36+
void
37+
PacketReceiveSetup(Packet *pkt, PacketDoneProc iodone, void *arg)
3738
{
3839
pkt->nrtodo = sizeof(pkt->len);
3940
pkt->ptr = (char *) &pkt->len;

0 commit comments

Comments
 (0)