aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAntonio Borneo <borneo.antonio@gmail.com>2019-01-04 11:48:37 +0100
committerTomas Vanek <vanekt@fbl.cz>2019-04-07 08:15:01 +0100
commit04354fbc59b0dcf83c8d1ecd9659252dfc66cbb4 (patch)
treeee471ccfbe31b58d426b71683bb90f0327a89961 /src
parent69ba2a677bf57e28fae2318e64c392ad162b09ac (diff)
downloadriscv-openocd-04354fbc59b0dcf83c8d1ecd9659252dfc66cbb4.zip
riscv-openocd-04354fbc59b0dcf83c8d1ecd9659252dfc66cbb4.tar.gz
riscv-openocd-04354fbc59b0dcf83c8d1ecd9659252dfc66cbb4.tar.bz2
flash/kinetis: use coherent indentation in struct initialization
Keep using the same indentation rules while initializing struct command_registration. Change-Id: Ie69d9d6a786e1ef0abbcfd3eef89a61206238ebe Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: http://openocd.zylin.com/5014 Reviewed-by: Tomas Vanek <vanekt@fbl.cz> Tested-by: jenkins
Diffstat (limited to 'src')
-rw-r--r--src/flash/nor/kinetis.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/flash/nor/kinetis.c b/src/flash/nor/kinetis.c
index 22c5d5c..9b2c014 100644
--- a/src/flash/nor/kinetis.c
+++ b/src/flash/nor/kinetis.c
@@ -3074,7 +3074,8 @@ static const struct command_registration kinetis_security_command_handlers[] = {
.usage = "",
.handler = kinetis_mdm_mass_erase,
},
- { .name = "reset",
+ {
+ .name = "reset",
.mode = COMMAND_EXEC,
.help = "Issue a reset via the MDM-AP",
.usage = "",