]> git.baikalelectronics.ru Git - arm-tf.git/commitdiff
chore: use tabs for indentation
authorJorge Troncoso <jatron@google.com>
Mon, 12 Sep 2022 22:12:01 +0000 (15:12 -0700)
committerJorge Troncoso <jatron@google.com>
Mon, 12 Sep 2022 22:12:01 +0000 (15:12 -0700)
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

include/export/common/bl_common_exp.h

index 8f0901765d274cfdffe7a9d983478ffa976fec0b..2cc7c54b2fc59bc0f3b37229201b0a94fbaadd95 100644 (file)
@@ -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;