Since some people disapprove of white space cleanups mixed in regular commits
[coreboot.git] / src / devices / oprom / yabel / biosemu.c
index 294d81f27950bedb926d1b0adc1ef8ea77a103e9..9cdd0f279bc7343ec5bce07ebfd8c931f8f7a080 100644 (file)
@@ -250,7 +250,7 @@ biosemu(u8 *biosmem, u32 biosmem_size, struct device * dev, unsigned long rom_ad
        X86EMU_setupMemFuncs(&my_mem_funcs);
 
        //setup PMM struct in BIOS_DATA_SEGMENT, offset 0x0
-       u8 pmm_length = pmm_setup(BIOS_DATA_SEGMENT, 0x0);      
+       u8 pmm_length = pmm_setup(BIOS_DATA_SEGMENT, 0x0);
        if (pmm_length <= 0) {
                printf ("\nYABEL: Warning: PMM Area could not be setup. PMM not available (%x)\n",
                     pmm_length);