Browse Source

[MIPS] Reformat _sys32_rt_sigsuspend with tabs instead of space for consistency.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Ralf Baechle 19 years ago
parent
commit
304416da86
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/mips/kernel/signal32.c

+ 1 - 1
arch/mips/kernel/signal32.c

@@ -221,7 +221,7 @@ _sys32_rt_sigsuspend(nabi_no_regargs struct pt_regs regs)
 {
 {
 	compat_sigset_t *uset;
 	compat_sigset_t *uset;
 	sigset_t newset;
 	sigset_t newset;
-        size_t sigsetsize;
+	size_t sigsetsize;
 
 
 	/* XXX Don't preclude handling different sized sigset_t's.  */
 	/* XXX Don't preclude handling different sized sigset_t's.  */
 	sigsetsize = regs.regs[5];
 	sigsetsize = regs.regs[5];