aboutsummaryrefslogtreecommitdiff
path: root/sys/arm
diff options
context:
space:
mode:
authorMike Barcroft <mike@FreeBSD.org>2001-10-23 00:42:15 +0000
committerMike Barcroft <mike@FreeBSD.org>2001-10-23 00:42:15 +0000
commit3a7228648041115a0300e23ddd24eaa1be6ead11 (patch)
tree1da9d119b05bb125c1686501db7ef84af941f200 /sys/arm
parent9f833c5b5ad744de63393f9c8ffb689764f2e27a (diff)
downloadsrc-3a7228648041115a0300e23ddd24eaa1be6ead11.tar.gz
src-3a7228648041115a0300e23ddd24eaa1be6ead11.zip
Remove funky right justification.
Pointed out by: bde
Notes
Notes: svn path=/head/; revision=85335
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 eb16c37a298b..a2a128ff16dd 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;