From a5c949eff288af3eb4caffec57a3724c497150de Mon Sep 17 00:00:00 2001 From: Zheng Bao Date: Thu, 27 Jan 2011 03:31:50 +0000 Subject: Trivial. Re-indent the code. Signed-off-by: Zheng Bao Acked-by: Zheng Bao git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6301 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/southbridge/amd/sb700/lpc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/southbridge/amd/sb700/lpc.c') diff --git a/src/southbridge/amd/sb700/lpc.c b/src/southbridge/amd/sb700/lpc.c index c073230821..a08780e521 100644 --- a/src/southbridge/amd/sb700/lpc.c +++ b/src/southbridge/amd/sb700/lpc.c @@ -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++) { -- cgit v1.2.3