From 76dc6857465109973ee79a8517ed27680289c36d Mon Sep 17 00:00:00 2001 From: Hans-Christian Egtvedt Date: Thu, 24 Apr 2008 07:08:48 +0000 Subject: Fix whitespace damage in AVR32 in libc sysdeps AVR32 specific Linux files. --- libc/sysdeps/linux/avr32/sigrestorer.S | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'libc/sysdeps/linux/avr32/sigrestorer.S') diff --git a/libc/sysdeps/linux/avr32/sigrestorer.S b/libc/sysdeps/linux/avr32/sigrestorer.S index 03f8bb568..df6a1ba3a 100644 --- a/libc/sysdeps/linux/avr32/sigrestorer.S +++ b/libc/sysdeps/linux/avr32/sigrestorer.S @@ -7,9 +7,9 @@ */ #include - .global __default_rt_sa_restorer - .type __default_rt_sa_restorer,"function" - .align 1 + .global __default_rt_sa_restorer + .type __default_rt_sa_restorer,"function" + .align 1 __default_rt_sa_restorer: - mov r8, __NR_rt_sigreturn - scall + mov r8, __NR_rt_sigreturn + scall -- cgit v1.2.3