1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-28 18:48:04 +03:00

pgindent run over code.

This commit is contained in:
Bruce Momjian
1999-05-25 16:15:34 +00:00
parent 4b04b01aaa
commit 07842084fe
413 changed files with 11723 additions and 10769 deletions

View File

@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: inet.h,v 1.3 1999/02/13 23:22:23 momjian Exp $
* $Id: inet.h,v 1.4 1999/05/25 16:14:54 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -24,7 +24,7 @@ typedef struct
unsigned char type;
union
{
unsigned int ipv4_addr; /* network byte order */
unsigned int ipv4_addr; /* network byte order */
/* add IPV6 address type here */
} addr;
} inet_struct;
@@ -42,7 +42,7 @@ typedef struct macaddr
unsigned char d;
unsigned char e;
unsigned char f;
} macaddr;
} macaddr;
typedef struct manufacturer
@@ -51,9 +51,8 @@ typedef struct manufacturer
unsigned char b;
unsigned char c;
char *name;
} manufacturer;
} manufacturer;
extern manufacturer manufacturers[];
#endif /* MAC_H */