summaryrefslogtreecommitdiffstats
path: root/sys/arm
diff options
context:
space:
mode:
authormike <mike@FreeBSD.org>2001-10-23 00:42:15 +0000
committermike <mike@FreeBSD.org>2001-10-23 00:42:15 +0000
commit47a3c1f5daabafb5f60b308a80d77403277ba170 (patch)
tree1da9d119b05bb125c1686501db7ef84af941f200 /sys/arm
parent4ec2993d4822ccc3f1ba43cadcd6aa82c3e56c51 (diff)
downloadFreeBSD-src-47a3c1f5daabafb5f60b308a80d77403277ba170.zip
FreeBSD-src-47a3c1f5daabafb5f60b308a80d77403277ba170.tar.gz
Remove funky right justification.
Pointed out by: bde
Diffstat (limited to 'sys/arm')
-rw-r--r--sys/arm/include/ansi.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/sys/arm/include/ansi.h b/sys/arm/include/ansi.h
index eb16c37..a2a128f 100644
--- a/sys/arm/include/ansi.h
+++ b/sys/arm/include/ansi.h
@@ -121,14 +121,14 @@ typedef _BSD_VA_LIST_ __gnuc_va_list; /* compatibility w/GNU headers*/
* Internal names for basic integral types. Omit the typedef if
* not possible for a machine/compiler combination.
*/
-typedef __signed char __int8_t;
-typedef unsigned char __uint8_t;
-typedef short __int16_t;
-typedef unsigned short __uint16_t;
-typedef int __int32_t;
-typedef unsigned int __uint32_t;
-typedef long long __int64_t;
-typedef unsigned long long __uint64_t;
+typedef __signed char __int8_t;
+typedef unsigned char __uint8_t;
+typedef short __int16_t;
+typedef unsigned short __uint16_t;
+typedef int __int32_t;
+typedef unsigned int __uint32_t;
+typedef long long __int64_t;
+typedef unsigned long long __uint64_t;
typedef int __intptr_t;
typedef unsigned int __uintptr_t;
OpenPOWER on IntegriCloud