diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2014-04-11 12:08:33 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2014-04-11 12:08:33 -0400 |
commit | 028f3487cfaa136815dd8d1896310c763402e969 (patch) | |
tree | a1116a26951e042404df1e97b37015dcaccf86c9 /src/fw/coreboot.c | |
parent | 7c79029e43af2e98449d437d4d325bf56b10abd8 (diff) | |
download | seabios-028f3487cfaa136815dd8d1896310c763402e969.tar.gz |
Minor - replace some tab characters that slipped into the code.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/fw/coreboot.c')
-rw-r--r-- | src/fw/coreboot.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fw/coreboot.c b/src/fw/coreboot.c index 9de01c2a..8fd84493 100644 --- a/src/fw/coreboot.c +++ b/src/fw/coreboot.c @@ -80,9 +80,9 @@ struct cb_cbmem_ref { #define CB_TAG_CBMEM_CONSOLE 0x17 struct cbmem_console { - u32 buffer_size; - u32 buffer_cursor; - u8 buffer_body[0]; + u32 buffer_size; + u32 buffer_cursor; + u8 buffer_body[0]; } PACKED; static struct cbmem_console *cbcon = NULL; |