From 04354fbc59b0dcf83c8d1ecd9659252dfc66cbb4 Mon Sep 17 00:00:00 2001 From: Antonio Borneo Date: Fri, 4 Jan 2019 11:48:37 +0100 Subject: [PATCH] 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 --- src/flash/nor/kinetis.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 = "", -- 2.30.2