From e4d6a21165c01dd743a68e323fb06708ef820ab7 Mon Sep 17 00:00:00 2001 From: rsc Date: Tue, 28 Aug 2007 18:32:08 +0000 Subject: more consistent spacing --- trap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'trap.c') diff --git a/trap.c b/trap.c index ab5b7cc..3120994 100644 --- a/trap.c +++ b/trap.c @@ -72,7 +72,7 @@ trap(struct trapframe *tf) break; default: - if(cp == 0) { + if(cp == 0){ // Otherwise it's our mistake. cprintf("unexpected trap %d from cpu %d eip %x\n", tf->trapno, cpu(), tf->eip); -- cgit v1.2.3