summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/nios
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/nios')
-rw-r--r--libc/sysdeps/linux/nios/bits/kernel_types.h4
-rw-r--r--libc/sysdeps/linux/nios/crtbegin.c2
-rw-r--r--libc/sysdeps/linux/nios/crtend.c2
3 files changed, 4 insertions, 4 deletions
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)();