diff options
author | Mike Buland <eichlan@xagasoft.com> | 2012-11-05 22:41:51 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2012-11-05 22:41:51 +0000 |
commit | ec05778d5718a7912e506764d443a78d6a6179e3 (patch) | |
tree | 78a9a01532180030c095acefc45763f07c14edb8 /src/config.h | |
parent | b20414ac1fe80a71a90601f4cd1767fa7014a9ba (diff) | |
download | libbu++-ec05778d5718a7912e506764d443a78d6a6179e3.tar.gz libbu++-ec05778d5718a7912e506764d443a78d6a6179e3.tar.bz2 libbu++-ec05778d5718a7912e506764d443a78d6a6179e3.tar.xz libbu++-ec05778d5718a7912e506764d443a78d6a6179e3.zip |
Converted tabs to spaces with tabconv.
Diffstat (limited to 'src/config.h')
-rw-r--r-- | src/config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/config.h b/src/config.h index fa304bb..c73906b 100644 --- a/src/config.h +++ b/src/config.h | |||
@@ -20,9 +20,9 @@ | |||
20 | #ifndef WIN32 | 20 | #ifndef WIN32 |
21 | # include "bu/autoconfig.h" | 21 | # include "bu/autoconfig.h" |
22 | #else | 22 | #else |
23 | # define __LITTLE_ENDIAN 1234 | 23 | # define __LITTLE_ENDIAN 1234 |
24 | # define __BIG_ENDIAN 4321 | 24 | # define __BIG_ENDIAN 4321 |
25 | # define __PDP_ENDIAN 3412 | 25 | # define __PDP_ENDIAN 3412 |
26 | # define __BYTE_ORDER __LITTLE_ENDIAN | 26 | # define __BYTE_ORDER __LITTLE_ENDIAN |
27 | 27 | ||
28 | # ifndef LITTLE_ENDIAN | 28 | # ifndef LITTLE_ENDIAN |