diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2020-12-21 14:30:07 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-01-15 14:38:00 -0500 |
commit | 420782c45b992c55201ee43426dcae2ffd9807a4 (patch) | |
tree | 6cc6f39432f61728df58f50a5850c7ff5c39d97d /common/spl | |
parent | c939e1ca5d952cad05f4aa14135cba2b1b1947e0 (diff) | |
download | u-boot-420782c45b992c55201ee43426dcae2ffd9807a4.tar.gz |
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>
Diffstat (limited to 'common/spl')
0 files changed, 0 insertions, 0 deletions