[PATCH u-boot v2019.04-aspeed-openbmc 6/6] image: Fix indentation of macros
Andrew Jeffery
andrew at aj.id.au
Mon Jan 31 12:25:38 AEDT 2022
Make it clear which level of nesting they belong to.
Signed-off-by: Andrew Jeffery <andrew at aj.id.au>
---
include/image.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/image.h b/include/image.h
index 19ea743af08f..9bccf00bb5cb 100644
--- a/include/image.h
+++ b/include/image.h
@@ -1093,8 +1093,8 @@ int calculate_hash(const void *data, int data_len, const char *algo,
# ifdef USE_HOSTCC
# define IMAGE_ENABLE_SIGN 1
# define IMAGE_ENABLE_VERIFY 1
-# include <openssl/evp.h>
-#else
+# include <openssl/evp.h>
+# else
# define IMAGE_ENABLE_SIGN 0
# define IMAGE_ENABLE_VERIFY 1
# endif
--
2.32.0
More information about the openbmc
mailing list