diff options
author | Austin Foxley <austinf@cetoncorp.com> | 2009-10-17 16:18:35 -0700 |
---|---|---|
committer | Austin Foxley <austinf@cetoncorp.com> | 2009-10-17 16:31:44 -0700 |
commit | 12243b1bd8102ebe808b6203de121d9d13208bb4 (patch) | |
tree | 3743ea69f93779a929f3a353c91031e825a4b600 /libc/sysdeps/linux/mips/syscall_error.S | |
parent | e8053b24253b218865eb631130c3fee073949653 (diff) | |
download | uClibc-alpine-12243b1bd8102ebe808b6203de121d9d13208bb4.tar.bz2 uClibc-alpine-12243b1bd8102ebe808b6203de121d9d13208bb4.tar.xz |
whitespace fixes
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
Diffstat (limited to 'libc/sysdeps/linux/mips/syscall_error.S')
-rw-r--r-- | libc/sysdeps/linux/mips/syscall_error.S | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libc/sysdeps/linux/mips/syscall_error.S b/libc/sysdeps/linux/mips/syscall_error.S index c96b6ed12..1e348ad4a 100644 --- a/libc/sysdeps/linux/mips/syscall_error.S +++ b/libc/sysdeps/linux/mips/syscall_error.S @@ -1,4 +1,4 @@ -/* Copyright (C) 1992, 1993, 1994, 1997, 1998, 1999, 2000, 2002, 2003 +/* Copyright (C) 1992, 1993, 1994, 1997, 1998, 1999, 2000, 2002, 2003 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Brendan Kehoe (brendan@zen.org). @@ -29,7 +29,7 @@ FRAMESZ= (((NARGSAVE+LOCALSZ)*SZREG)+ALSZ)&ALMASK RAOFF= FRAMESZ-(1*SZREG) GPOFF= FRAMESZ-(2*SZREG) V0OFF= FRAMESZ-(3*SZREG) - + ENTRY(__syscall_error) #ifdef __PIC__ .set noat @@ -69,7 +69,7 @@ ENTRY(__syscall_error) SETUP_GPX (AT) #endif SETUP_GPX64 (t9, AT) - + /* Store it in errno... */ sw v0, errno |