formatting nits

This commit is contained in:
rsc 2006-09-08 15:14:43 +00:00
parent efb01c1dc0
commit 4fb684548a
4 changed files with 17 additions and 13 deletions

View file

@ -37,7 +37,7 @@ ioapic_init(void)
uchar id;
int i;
if (!ismp)
if(!ismp)
return;
io = (struct ioapic*) IO_APIC_BASE;
@ -71,7 +71,7 @@ ioapic_enable (int irq, int cpunum)
uint l, h;
struct ioapic *io;
if (!ismp)
if(!ismp)
return;
io = (struct ioapic*) IO_APIC_BASE;