[PATCH u-boot v2019.04-aspeed-openbmc 6/6] image: Fix indentation of macros

Eddie James eajames at linux.ibm.com
Fri Feb 4 04:29:11 AEDT 2022


On 1/30/22 19:25, Andrew Jeffery wrote:
> Make it clear which level of nesting they belong to.


Reviewed-by: Eddie James <eajames at linux.ibm.com>


>
> 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


More information about the openbmc mailing list