Trivial. Re-indent the code.
[coreboot.git] / src / southbridge / amd / sb700 / lpc.c
index c0732308212931148b013534f1d5428b78997fc5..a08780e521f2caec267ac8b293fd9359891ee941 100644 (file)
@@ -77,7 +77,8 @@ static void lpc_init(device_t dev)
 #endif
 }
 
-void set_cbmem_toc(struct cbmem_entry *toc) {
+void set_cbmem_toc(struct cbmem_entry *toc)
+{
        u32 dword = (u32) toc;
        int nvram_pos = 0xfc, i;
        for (i = 0; i<4; i++) {