From d624da96a96287e6e4a192c3bfecd2d45d4c0a82 Mon Sep 17 00:00:00 2001 From: Tarek BOCHKATI Date: Mon, 10 May 2021 10:46:20 +0100 Subject: [PATCH] target/armv7m.h: [style] replace tab with space between variable type and name Change-Id: I9740c25857295a2a655d3046322a3f23f0ee7f78 Signed-off-by: Tarek BOCHKATI Reviewed-on: http://openocd.zylin.com/6230 Reviewed-by: Marc Schink Tested-by: jenkins Reviewed-by: Antonio Borneo --- src/target/armv7m.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.30.2