Since some people disapprove of white space cleanups mixed in regular commits
[coreboot.git] / src / devices / oprom / x86_interrupts.c
index 90156334dc0c7965bff905735a2ff328297f958c..49d69ee3a7541bf221fead19b1fe53798c969edd 100644 (file)
@@ -202,7 +202,7 @@ int int15_handler(struct eregs *regs)
                res = 0;
                break;
        default:
-               printk(BIOS_DEBUG, "Unknown INT15 function %04x!\n", 
+               printk(BIOS_DEBUG, "Unknown INT15 function %04x!\n",
                                regs->eax & 0xffff);
        }