libpayload: whitespace cleanup
Align struct members with tabs. Change-Id: Ie8bdbd718c7217a3f3768dd037fa7c10badbc05e Signed-off-by: Patrick Georgi <pgeorgi@chromium.org> Reviewed-on: http://review.coreboot.org/8854 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
parent
b9894efb86
commit
431e51ec2a
|
@ -109,15 +109,15 @@ struct sysinfo_t {
|
|||
int x86_rom_var_mtrr_index;
|
||||
#endif
|
||||
|
||||
void *tstamp_table;
|
||||
void *cbmem_cons;
|
||||
void *mrc_cache;
|
||||
void *acpi_gnvs;
|
||||
u32 board_id;
|
||||
u32 ram_code;
|
||||
void *wifi_calibration;
|
||||
uint64_t ramoops_buffer;
|
||||
uint32_t ramoops_buffer_size;
|
||||
void *tstamp_table;
|
||||
void *cbmem_cons;
|
||||
void *mrc_cache;
|
||||
void *acpi_gnvs;
|
||||
u32 board_id;
|
||||
u32 ram_code;
|
||||
void *wifi_calibration;
|
||||
uint64_t ramoops_buffer;
|
||||
uint32_t ramoops_buffer_size;
|
||||
};
|
||||
|
||||
extern struct sysinfo_t lib_sysinfo;
|
||||
|
|
Loading…
Reference in New Issue