Move C labels to start-of-line
[coreboot.git] / src / boot / selfboot.c
index c45fa636522bf6c1085bfc8096a249b02f07a79b..99b1493ed7c39d0d6ed3db78a7845bb6bf41ed5c 100644 (file)
@@ -511,7 +511,7 @@ static int selfboot(struct lb_memory *mem, struct cbfs_payload *payload)
        jmp_to_elf_entry((void*)entry, bounce_buffer, bounce_size);
        return 1;
 
- out:
+out:
        return 0;
 }