Move C labels to start-of-line
[coreboot.git] / src / arch / x86 / boot / mpspec.c
index d519cfaacc26422e00382aeaff9224ac62f9e19c..e7d767b7ac61a156fbfb4d26bebc943e72955a81 100644 (file)
@@ -267,7 +267,7 @@ void smp_write_intsrc_pci_bridge(struct mp_config_table *mc,
                                smp_write_intsrc_pci_bridge(mc, irqtype, irqflag, child, dstapic, dstirq_x);
                        }
 
-               next:
+next:
                        child = child->sibling;
                }