diff options
| author | Bruce Momjian | 1999-05-25 16:15:34 +0000 |
|---|---|---|
| committer | Bruce Momjian | 1999-05-25 16:15:34 +0000 |
| commit | 07842084fe3e11041f83563c851236395f481470 (patch) | |
| tree | ab9960e67325bec5a97b8b4dd4b2075ce60cc420 /src/include/utils/inet.h | |
| parent | 4b04b01aaa460f1e52980f24173dc7a4535efd2d (diff) | |
pgindent run over code.
Diffstat (limited to 'src/include/utils/inet.h')
| -rw-r--r-- | src/include/utils/inet.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/include/utils/inet.h b/src/include/utils/inet.h index 23ac35582cc..252d1dd1053 100644 --- a/src/include/utils/inet.h +++ b/src/include/utils/inet.h @@ -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 */ - |
