src/include: Indent code using tabs
Fix the following error and warning detected by checkpatch.pl: ERROR: code indent should use tabs where possible WARNING: please, no spaces at the start of a line TEST=Build and run on Galileo Gen2 Change-Id: I487771b8f4d7e104457116b772cd32df5cd721a6 Signed-off-by: Lee Leahy <Leroy.P.Leahy@intel.com> Reviewed-on: https://review.coreboot.org/18646 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
@@ -157,9 +157,9 @@ struct boot_state_callback {
|
||||
* individual callbacks on a given state. 0 is returned on success < 0 on
|
||||
* error. */
|
||||
int boot_state_sched_on_entry(struct boot_state_callback *bscb,
|
||||
boot_state_t state);
|
||||
boot_state_t state);
|
||||
int boot_state_sched_on_exit(struct boot_state_callback *bscb,
|
||||
boot_state_t state);
|
||||
boot_state_t state);
|
||||
/* Schedule an array of entries of size num. */
|
||||
struct boot_state_init_entry;
|
||||
void boot_state_sched_entries(struct boot_state_init_entry *entries,
|
||||
|
||||
Reference in New Issue
Block a user