From 3a7228648041115a0300e23ddd24eaa1be6ead11 Mon Sep 17 00:00:00 2001 From: Mike Barcroft Date: Tue, 23 Oct 2001 00:42:15 +0000 Subject: Remove funky right justification. Pointed out by: bde --- sys/arm/include/ansi.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'sys/arm') 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; -- cgit v1.2.3