Index: kernel/arch/ia32/src/context.S
===================================================================
--- kernel/arch/ia32/src/context.S	(revision 36df41093d27358efd761887622e3076ed51cd14)
+++ kernel/arch/ia32/src/context.S	(revision 5cbccd4acbdbb068412b7105503d09315968f2a2)
@@ -59,5 +59,4 @@
 FUNCTION_END(context_save_arch)
 
-
 ## Restore saved CPU context
 #
Index: kernel/arch/ia32/src/ia32.c
===================================================================
--- kernel/arch/ia32/src/ia32.c	(revision 36df41093d27358efd761887622e3076ed51cd14)
+++ kernel/arch/ia32/src/ia32.c	(revision 5cbccd4acbdbb068412b7105503d09315968f2a2)
@@ -143,5 +143,4 @@
 		zone_merge_all();
 	}
-
 }
 
Index: kernel/arch/ia32/src/smp/ap.S
===================================================================
--- kernel/arch/ia32/src/smp/ap.S	(revision 36df41093d27358efd761887622e3076ed51cd14)
+++ kernel/arch/ia32/src/smp/ap.S	(revision 5cbccd4acbdbb068412b7105503d09315968f2a2)
@@ -75,7 +75,7 @@
 	movw %ax, %es
 	movw %ax, %ss
-	movl $KA2PA(ctx), %eax		/* KA2PA((uintptr_t) &ctx) */
+	movl $KA2PA(ctx), %eax          /* KA2PA((uintptr_t) &ctx) */
 	movl CONTEXT_OFFSET_SP(%eax), %esp
-	leal KA2PA(0)(%esp), %esp	/* KA2PA(ctx.sp) */
+	leal KA2PA(0)(%esp), %esp       /* KA2PA(ctx.sp) */
 
 	/*
@@ -85,5 +85,5 @@
 	call map_kernel_pse
 	
-	addl $PA2KA(0), %esp		/* PA2KA(ctx.sp) */
+	addl $PA2KA(0), %esp            /* PA2KA(ctx.sp) */
 	
 	/* create the first stack frame */
