Whitespace cleanup
authorH. Peter Anvin <hpa@zytor.com>
Fri, 1 Sep 2006 04:40:56 +0000 (21:40 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Fri, 1 Sep 2006 04:40:56 +0000 (21:40 -0700)
com32/lib/sys/x86_init_fpu.c

index 250e52e..9865155 100644 (file)
@@ -46,7 +46,7 @@ int x86_init_fpu(void)
   asm volatile("fnstsw %0" : "+m" (fsw));
   if (fsw != 0)
     return -1;
-  
+
   asm volatile("fnstcw %0" : "+m" (fcw));
   if ((fcw & 0x103f) != 0x3f)
     return -1;