commit | edb18d7538d663d1e7ce2c1f49d05213b545ed1f | [log] [tgz] |
---|---|---|
author | Jorge Troncoso <jatron@google.com> | Mon Sep 12 15:12:01 2022 -0700 |
committer | Jorge Troncoso <jatron@google.com> | Mon Sep 12 15:12:01 2022 -0700 |
tree | 493d2e17502515eb49a72f05fffa10d3f68ab560 | |
parent | b10ef1c11127b3a827ca4d79e482fff06ae62ee6 [diff] |
chore: use tabs for indentation This patch changes the definition of image_info_t to follow the TF-A coding style documented at https://trustedfirmware-a.readthedocs.io/en/latest/process/coding-style.html Signed-off-by: Jorge Troncoso <jatron@google.com> Change-Id: I17af22b4ba60b41cf0b5fa84ac47beeb1536edcc
diff --git a/include/export/common/bl_common_exp.h b/include/export/common/bl_common_exp.h index 8f09017..2cc7c54 100644 --- a/include/export/common/bl_common_exp.h +++ b/include/export/common/bl_common_exp.h
@@ -39,8 +39,8 @@ *****************************************************************************/ typedef struct image_info { param_header_t h; - uintptr_t image_base; /* physical address of base of image */ - uint32_t image_size; /* bytes read from image file */ + uintptr_t image_base; /* physical address of base of image */ + uint32_t image_size; /* bytes read from image file */ uint32_t image_max_size; } image_info_t;