[PATCH v3 8/9] IOMUX: Drop indentation level by removing redundant 'else'
Tom Rini
trini at konsulko.com
Sat Jan 16 17:25:10 CET 2021
On Mon, Dec 21, 2020 at 02:30:07PM +0200, Andy Shevchenko wrote:
> Obviously the following has unnecessary indentation level in 'else' branch.
>
> if (foo) {
> ...
> return;
> } else {
> ...
> }
>
> Drop indentation level by removing redundant 'else'.
>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko at linux.intel.com>
> Reviewed-by: Simon Glass <sjg at chromium.org>
Applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20210116/852ad289/attachment.sig>
More information about the U-Boot
mailing list