diff options
author | Bruce Momjian <bruce@momjian.us> | 2005-10-15 02:49:52 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2005-10-15 02:49:52 +0000 |
commit | 1dc34982511d91ef8a2b71bdcb870f067c1b3da9 (patch) | |
tree | 1046adab1d4b964e0c38afeec0ee6546f61d9a8a /src/include/port/hpux.h | |
parent | 790c01d28099587bbe2c623d4389b62ee49b1dee (diff) |
Standard pgindent run for 8.1.
Diffstat (limited to 'src/include/port/hpux.h')
-rw-r--r-- | src/include/port/hpux.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/port/hpux.h b/src/include/port/hpux.h index 949ae23124a..e96c5324a31 100644 --- a/src/include/port/hpux.h +++ b/src/include/port/hpux.h @@ -13,14 +13,12 @@ #ifndef BYTE_ORDER #define BYTE_ORDER BIG_ENDIAN #endif - #elif defined(__ia64) /* HPUX runs IA64 in big-endian mode */ #ifndef BYTE_ORDER #define BYTE_ORDER BIG_ENDIAN #endif - #else #error unrecognized CPU type for HP-UX |