[PATCH] m68k: indent sys_ptrace

This reformats and properly indents sys_ptrace (only whitespace changes).

Signed-off-by: Roman Zippel <zippel@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
Roman Zippel 2005-09-03 15:57:07 -07:00 committed by Linus Torvalds
parent c3c433e4f3
commit b3319f50ac

View File

@ -230,8 +230,7 @@ asmlinkage int sys_ptrace(long request, long pid, long addr, long data)
ret = 0; ret = 0;
break; break;
} }
if (addr >= 21 && addr < 48) if (addr >= 21 && addr < 48) {
{
#ifdef CONFIG_M68KFPU_EMU #ifdef CONFIG_M68KFPU_EMU
/* Convert long double format /* Convert long double format
* into internal fpu reg representation * into internal fpu reg representation