mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 01:24:27 +00:00
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
This commit is contained in:
parent
ad6a2e6da1
commit
b0f473f500
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue