Files
u-boot/common
Andy Shevchenko 420782c45b IOMUX: Drop indentation level by removing redundant 'else'
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>
2021-01-15 14:38:00 -05:00
..
2020-10-22 09:54:53 -04:00
2020-05-18 18:36:55 -04:00
2020-11-19 09:45:49 -05:00
2020-05-18 21:19:18 -04:00
2013-04-01 16:33:52 -04:00
2020-05-18 21:19:18 -04:00
2020-05-18 21:19:18 -04:00
2020-06-12 13:14:07 -04:00
2020-05-18 21:19:18 -04:00
2020-10-22 09:54:53 -04:00