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: jenkinsbscan_optimization
parent
69ba2a677b
commit
04354fbc59
|
@ -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 = "",
|
||||
|
|
Loading…
Reference in New Issue