coding style: let "else" follow the close brace
authorAntonio Borneo <borneo.antonio@gmail.com>
Mon, 6 May 2019 10:56:38 +0000 (12:56 +0200)
committerAntonio Borneo <borneo.antonio@gmail.com>
Sat, 9 May 2020 13:40:14 +0000 (14:40 +0100)
commit1946b50dba6c9d5bd5fda2b396eeae649b47762a
tree07037d9470d3488147930c5be153f0527c653bb2
parent3883e769f43fe85d1d499c8ac7ae2ed781bf137d
coding style: let "else" follow the close brace

The statement "else" should not be on a new line when follows a
close brace '}'. Fix it!

Issue identified by checkpatch script from Linux kernel v5.1 using
the command

find src/ -type f -exec ./tools/scripts/checkpatch.pl \
-q --types ELSE_AFTER_BRACE -f {} \;

Change-Id: I8af247ec3f75a69713d7cb1e73881254d16c189e
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: http://openocd.zylin.com/5623
Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
Tested-by: jenkins
src/flash/nor/stm32f1x.c
src/target/cortex_m.c