From 1ccd423235a48739d6f7a4d7889705b5f9ecc69b Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sun, 7 Sep 1997 05:04:48 +0000 Subject: Massive commit to run PGINDENT on all *.c and *.h files. --- src/interfaces/libpq/fe-connect.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/interfaces/libpq/fe-connect.h') diff --git a/src/interfaces/libpq/fe-connect.h b/src/interfaces/libpq/fe-connect.h index ffa746473d3..5bd38084488 100644 --- a/src/interfaces/libpq/fe-connect.h +++ b/src/interfaces/libpq/fe-connect.h @@ -2,28 +2,28 @@ * * fe-connect.h * - * Definitions related to setting up a connection to the backend + * Definitions related to setting up a connection to the backend * * Copyright (c) 1994, Regents of the University of California * - * $Id: fe-connect.h,v 1.1 1997/03/16 19:06:04 scrappy Exp $ + * $Id: fe-connect.h,v 1.2 1997/09/07 05:03:26 momjian Exp $ * *------------------------------------------------------------------------- */ #ifndef FE_CONNECT_H -#define FE_CONNECT_H +#define FE_CONNECT_H /*---------------------------------------------------------------- * Common routines and definitions *---------------------------------------------------------------- */ -extern int packetSend(Port *port, PacketBuf *buf, PacketLen len, bool nonBlocking); +extern int packetSend(Port * port, PacketBuf * buf, PacketLen len, bool nonBlocking); -#endif /* FE_CONNECT_H */ +#endif /* FE_CONNECT_H */ #ifndef FE_CONNECT_H #define FE_CONNECT_H -int packetSend(Port *port, PacketBuf *buf, PacketLen len, bool nonBlocking); +int packetSend(Port * port, PacketBuf * buf, PacketLen len, bool nonBlocking); #endif -- cgit v1.2.3