Move C labels to start-of-line
[coreboot.git] / src / arch / x86 / lib / cpu.c
index 8aacaac1962f107a0de6a9a990e08c28365be7d4..a7f7b322c003f8b0fff26d1a417b67d7da6348fb 100644 (file)
@@ -227,7 +227,7 @@ static void set_cpu_ops(struct device *cpu)
                }
        }
        return;
- found:
+found:
        cpu->ops = driver->ops;
 }