From: OpenOCD-Gerrit <ope...@us...> - 2021-05-15 19:56:57
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Main OpenOCD repository". The branch, master has been updated via d624da96a96287e6e4a192c3bfecd2d45d4c0a82 (commit) from 77b28ced14321fbedb9493729a377856bab28144 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit d624da96a96287e6e4a192c3bfecd2d45d4c0a82 Author: Tarek BOCHKATI <tar...@gm...> Date: Mon May 10 10:46:20 2021 +0100 target/armv7m.h: [style] replace tab with space between variable type and name Change-Id: I9740c25857295a2a655d3046322a3f23f0ee7f78 Signed-off-by: Tarek BOCHKATI <tar...@gm...> Reviewed-on: http://openocd.zylin.com/6230 Reviewed-by: Marc Schink <de...@za...> Tested-by: jenkins Reviewed-by: Antonio Borneo <bor...@gm...> diff --git a/src/target/armv7m.h b/src/target/armv7m.h index 588470f11..f3445e152 100644 --- a/src/target/armv7m.h +++ b/src/target/armv7m.h @@ -228,7 +228,7 @@ enum { #define ARMV7M_COMMON_MAGIC 0x2A452A45 struct armv7m_common { - struct arm arm; + struct arm arm; int common_magic; int exception_number; ----------------------------------------------------------------------- Summary of changes: src/target/armv7m.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- Main OpenOCD repository |