From d1bf452d75bef2b098765fe94b9ccb24cdb6568b Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Wed, 14 Nov 2012 14:27:51 -0500 Subject: fix indention with spaces in powerpc asm --- src/signal/powerpc/restore.s | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/signal/powerpc/restore.s') diff --git a/src/signal/powerpc/restore.s b/src/signal/powerpc/restore.s index fd7bcba5..4d41c27a 100644 --- a/src/signal/powerpc/restore.s +++ b/src/signal/powerpc/restore.s @@ -1,11 +1,11 @@ - .global __restore - .type __restore,%function + .global __restore + .type __restore,%function __restore: - li 0, 119 #__NR_sigreturn - sc + li 0, 119 #__NR_sigreturn + sc - .global __restore_rt - .type __restore_rt,%function + .global __restore_rt + .type __restore_rt,%function __restore_rt: - li 0, 172 # __NR_rt_sigreturn - sc + li 0, 172 # __NR_rt_sigreturn + sc -- cgit v1.2.1