From a650c606fecc7e3938345e2bc52050a9ea725e7a Mon Sep 17 00:00:00 2001 From: rsc Date: Wed, 6 Sep 2006 17:04:06 +0000 Subject: spacing fixes: no tabs, 2-space indents (for rtm) --- trap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'trap.c') diff --git a/trap.c b/trap.c index fc872e6..4570879 100644 --- a/trap.c +++ b/trap.c @@ -86,7 +86,7 @@ trap(struct trapframe *tf) if(curproc[cpu()]) { cprintf("pid %d: unhandled trap %d on cpu %d eip %x---terminate process\n", - curproc[cpu()]->pid, v, cpu(), tf->eip); + curproc[cpu()]->pid, v, cpu(), tf->eip); proc_exit(); } cprintf("unexpected trap %d from cpu %d eip %x\n", v, cpu(), tf->eip); -- cgit v1.2.3