From 358a350e11d26e882996a704821d83b846aab0d8 Mon Sep 17 00:00:00 2001 From: Edward O'Callaghan Date: Sat, 19 Dec 2020 11:21:49 +1100 Subject: layout.h,c: Use 'false' over '0' for bool type The field member 'included' is of type boolean and so keep to using 'true, false' values over numerics like '0'. Get rid of a unnecessary yet trivial tab at the end of layout.h while we are here. BUG=none BRANCH=none TEST=builds Change-Id: Ib594de2834175482ae5e36d9dd354ef2555c53d5 Signed-off-by: Edward O'Callaghan Reviewed-on: https://review.coreboot.org/c/flashrom/+/48743 Tested-by: build bot (Jenkins) Reviewed-by: Sam McNally Reviewed-by: Angel Pons --- layout.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layout.h') diff --git a/layout.h b/layout.h index 8e4eb1342..cceedd1fe 100644 --- a/layout.h +++ b/layout.h @@ -67,4 +67,4 @@ int process_include_args(struct flashrom_layout *l, const struct layout_include_ const struct romentry *layout_next_included_region(const struct flashrom_layout *, chipoff_t); const struct romentry *layout_next_included(const struct flashrom_layout *, const struct romentry *); -#endif /* !__LAYOUT_H__ */ +#endif /* !__LAYOUT_H__ */ -- cgit v1.2.3