From 1f020b178664857b0e107778d04fb971a58e6230 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Wed, 23 Jul 2008 11:23:36 +0000 Subject: - trim any trailing whitespace --- libc/sysdeps/linux/nios/bits/kernel_types.h | 4 ++-- libc/sysdeps/linux/nios/crtbegin.c | 2 +- libc/sysdeps/linux/nios/crtend.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'libc/sysdeps/linux/nios') diff --git a/libc/sysdeps/linux/nios/bits/kernel_types.h b/libc/sysdeps/linux/nios/bits/kernel_types.h index acbb0c592..e66f42d7a 100644 --- a/libc/sysdeps/linux/nios/bits/kernel_types.h +++ b/libc/sysdeps/linux/nios/bits/kernel_types.h @@ -1,6 +1,6 @@ /* Note that we use the exact same include guard #define names - * as asm/posix_types.h. This will avoid gratuitous conflicts - * with the posix_types.h kernel header, and will ensure that + * as asm/posix_types.h. This will avoid gratuitous conflicts + * with the posix_types.h kernel header, and will ensure that * our private content, and not the kernel header, will win. * -Erik */ diff --git a/libc/sysdeps/linux/nios/crtbegin.c b/libc/sysdeps/linux/nios/crtbegin.c index c52999027..ac3f23f84 100644 --- a/libc/sysdeps/linux/nios/crtbegin.c +++ b/libc/sysdeps/linux/nios/crtbegin.c @@ -33,5 +33,5 @@ dummy_fini(void) __asm__ __volatile__ (".section .fini"); (*call__dtors)(); __asm__ __volatile__ (".section .trash"); - + } diff --git a/libc/sysdeps/linux/nios/crtend.c b/libc/sysdeps/linux/nios/crtend.c index 29af728a9..775eb0f9d 100644 --- a/libc/sysdeps/linux/nios/crtend.c +++ b/libc/sysdeps/linux/nios/crtend.c @@ -34,7 +34,7 @@ dummy_init(void) */ /* prevent function pointer constant propagation */ __asm__ __volatile__ (".section .init"); - + if (!initialized) { initialized = 1; (*call__ctors)(); -- cgit v1.2.3