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/nios2/syscall.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libc/sysdeps/linux/nios2/syscall.c') diff --git a/libc/sysdeps/linux/nios2/syscall.c b/libc/sysdeps/linux/nios2/syscall.c index df925fde8..c3eb0022c 100644 --- a/libc/sysdeps/linux/nios2/syscall.c +++ b/libc/sysdeps/linux/nios2/syscall.c @@ -1,4 +1,4 @@ -/* +/* * libc/sysdeps/linux/nios2/syscall.c -- generic syscall function for linux/nios2 * * Copyright (C) 2004 Microtronix Datacom Ltd. @@ -28,7 +28,7 @@ long syscall(long sysnum, long a, long b, long c, long d, long e, long f) { register long _r2 __asm__("r2")=(long)TRAP_ID_SYSCALL; register long _r3 __asm__("r3")=(long)sysnum; - + register long _r4 __asm__("r4")=(long)(a); register long _r5 __asm__("r5")=(long)(b); register long _r6 __asm__("r6")=(long)(c); -- cgit v1.2.3