diff options
author | Bruce Momjian <bruce@momjian.us> | 1997-09-08 21:56:23 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1997-09-08 21:56:23 +0000 |
commit | 59f6a57e59fe8353f9edaa3703516ea67e06672b (patch) | |
tree | 1b083fb66cf0be3890480a1ed5fb077dd7293790 /src/include/port/hpux.h | |
parent | 075cede74858a9a04e97097b1ccd555121516c20 (diff) |
Used modified version of indent that understands over 100 typedefs.
Diffstat (limited to 'src/include/port/hpux.h')
-rw-r--r-- | src/include/port/hpux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/port/hpux.h b/src/include/port/hpux.h index 447b8ee4427..68690cd5cdb 100644 --- a/src/include/port/hpux.h +++ b/src/include/port/hpux.h @@ -4,7 +4,7 @@ typedef struct { int sem[4]; -} slock_t; +} slock_t; #ifndef BIG_ENDIAN #define BIG_ENDIAN 4321 |