
16 Jan
2021
16 Jan
'21
5:25 p.m.
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@linux.intel.com Reviewed-by: Simon Glass sjg@chromium.org
Applied to u-boot/master, thanks!
--
Tom