From: Antonio Borneo Date: Fri, 4 Jan 2019 10:48:37 +0000 (+0100) Subject: flash/kinetis: use coherent indentation in struct initialization X-Git-Tag: v0.11.0-rc1~759 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=04354fbc59b0dcf83c8d1ecd9659252dfc66cbb4;hp=69ba2a677bf57e28fae2318e64c392ad162b09ac 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 Reviewed-on: http://openocd.zylin.com/5014 Reviewed-by: Tomas Vanek Tested-by: jenkins --- diff --git a/src/flash/nor/kinetis.c b/src/flash/nor/kinetis.c index 22c5d5c2df..9b2c014ca9 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 = "",