summaryrefslogtreecommitdiff
path: root/payloads/libpayload/include/coreboot_tables.h
diff options
context:
space:
mode:
authorStefan Tauner <stefan.tauner@gmx.at>2013-06-25 19:25:46 +0200
committerAnton Kochkov <anton.kochkov@gmail.com>2013-06-27 14:46:43 +0200
commit3509ad366dceb346025d6882a59a7b6a4a357ee9 (patch)
tree72bf191fc4b42cc3b5600c389d6e9acc0ae5da05 /payloads/libpayload/include/coreboot_tables.h
parent714212a42115b205b132a901bf86b8876d6aa3f0 (diff)
downloadcoreboot-3509ad366dceb346025d6882a59a7b6a4a357ee9.tar.xz
libpayload: Fix whitespace errors
Change-Id: Ibc36988745cbc7ede2a00da376b5dd295014ffb1 Signed-off-by: Stefan Tauner <stefan.tauner@gmx.at> Reviewed-on: http://review.coreboot.org/3535 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Nico Huber <nico.huber@secunet.com> Reviewed-by: Anton Kochkov <anton.kochkov@gmail.com>
Diffstat (limited to 'payloads/libpayload/include/coreboot_tables.h')
-rw-r--r--payloads/libpayload/include/coreboot_tables.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/payloads/libpayload/include/coreboot_tables.h b/payloads/libpayload/include/coreboot_tables.h
index 3889ede66a..375d33b63a 100644
--- a/payloads/libpayload/include/coreboot_tables.h
+++ b/payloads/libpayload/include/coreboot_tables.h
@@ -155,7 +155,7 @@ struct cb_framebuffer {
u32 y_resolution;
u32 bytes_per_line;
u8 bits_per_pixel;
- u8 red_mask_pos;
+ u8 red_mask_pos;
u8 red_mask_size;
u8 green_mask_pos;
u8 green_mask_size;