style(crypto): add braces for if statement
authorGovindraj Raja <govindraj.raja@arm.com>
Sun, 12 Feb 2023 20:19:31 +0000 (20:19 +0000)
committerGovindraj Raja <govindraj.raja@arm.com>
Tue, 21 Feb 2023 11:09:47 +0000 (11:09 +0000)
commitde131ed3527b9ffc7a53041018262d1d1ca93bb6
treec6db10b3b0f2c8b7f61df3eceb2e7c7d2e0e7899
parentdbb9c1f5b69134ca43c944d84b413331a64fba15
style(crypto): add braces for if statement

As per TF-A coding style[1] braces around single if statement is preferred.
Minor cleanup to adhere to it.

[1]: https://trustedfirmware-a.readthedocs.io/en/latest/process/coding-style.html#conditional-statement-bodies

Change-Id: I771fdcbf105eac9377002ac67d0615ef29440904
Signed-off-by: Govindraj Raja <govindraj.raja@arm.com>
drivers/auth/cryptocell/712/cryptocell_crypto.c
drivers/auth/cryptocell/713/cryptocell_crypto.c