On Wed, 16 Dec 2020 at 16:16, Andy Shevchenko <andriy.shevche...@linux.intel.com> 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.shevche...@linux.intel.com> > --- > v2: no changes > common/iomux.c | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-)
Reviewed-by: Simon Glass <s...@chromium.org>