diff options
author | Bruce Momjian <bruce@momjian.us> | 1997-09-08 02:41:22 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1997-09-08 02:41:22 +0000 |
commit | 319dbfa7364721d3343af03a7ce063c2a2c9d385 (patch) | |
tree | a2146fe02c49ce1e497b7c287dfcaa367a703ae4 /src/include/port/hpux.h | |
parent | a90f12fd9d6886da4f0734288496361a304d3882 (diff) |
Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting.
Diffstat (limited to 'src/include/port/hpux.h')
-rw-r--r-- | src/include/port/hpux.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/port/hpux.h b/src/include/port/hpux.h index ec0859e521c..447b8ee4427 100644 --- a/src/include/port/hpux.h +++ b/src/include/port/hpux.h @@ -3,8 +3,8 @@ #define HAS_TEST_AND_SET typedef struct { - int sem[4]; -} slock_t; + int sem[4]; +} slock_t; #ifndef BIG_ENDIAN #define BIG_ENDIAN 4321 |