From: Antonio Borneo Date: Fri, 4 Jan 2019 10:50:53 +0000 (+0100) Subject: flash/xmc4xxx: use coherent indentation in struct initialization X-Git-Tag: v0.11.0-rc1~758 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=c239ee020bf0ce8a25b7558193b73f1939b901e2;ds=sidebyside flash/xmc4xxx: use coherent indentation in struct initialization Keep using the same indentation rules while initializing struct command_registration. Change-Id: I900924600753ee7a72ca45da13db4112ab4b1522 Signed-off-by: Antonio Borneo Reviewed-on: http://openocd.zylin.com/5015 Reviewed-by: Tomas Vanek Tested-by: jenkins --- diff --git a/src/flash/nor/xmc4xxx.c b/src/flash/nor/xmc4xxx.c index c56adb5003..d85be6214d 100644 --- a/src/flash/nor/xmc4xxx.c +++ b/src/flash/nor/xmc4xxx.c @@ -1329,7 +1329,8 @@ static const struct command_registration xmc4xxx_exec_command_handlers[] = { .usage = "bank_id user_level[0-1]", .help = "Permanently Removes flash protection (read and write) " "for the specified user level", - }, COMMAND_REGISTRATION_DONE + }, + COMMAND_REGISTRATION_DONE }; static const struct command_registration xmc4xxx_command_handlers[] = {