[coreboot-gerrit] Change in coreboot[master]: src/lib/ubsan: Indent macros to improve readability

Jonathan Neuschäfer (Code Review) gerrit at coreboot.org
Tue Sep 19 15:51:41 CEST 2017


Jonathan Neuschäfer has uploaded this change for review. ( https://review.coreboot.org/21600


Change subject: src/lib/ubsan: Indent macros to improve readability
......................................................................

src/lib/ubsan: Indent macros to improve readability

Change-Id: Ide4e58e584a1a2bbc1b861e2c4dd943a1aeb35ab
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer at gmx.net>
---
M src/lib/ubsan.c
1 file changed, 9 insertions(+), 11 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/00/21600/1

diff --git a/src/lib/ubsan.c b/src/lib/ubsan.c
index 1cd0612..ead0e18 100644
--- a/src/lib/ubsan.c
+++ b/src/lib/ubsan.c
@@ -61,22 +61,20 @@
 }
 
 #define ABORT_VARIANT(name, params, call) \
-__attribute__((noreturn)) \
-void __ubsan_handle_##name##_abort params; \
-__attribute__((noreturn)) \
-void __ubsan_handle_##name##_abort params { \
-	__ubsan_handle_##name call; \
-	__builtin_unreachable(); \
-}
+	__attribute__((noreturn)) void __ubsan_handle_##name##_abort params; \
+	__attribute__((noreturn)) void __ubsan_handle_##name##_abort params { \
+		__ubsan_handle_##name call; \
+		__builtin_unreachable(); \
+	}
 
 #define ABORT_VARIANT_VP(name) \
-ABORT_VARIANT(name, (void *a), (a))
+	ABORT_VARIANT(name, (void *a), (a))
 #define ABORT_VARIANT_VP_VP(name) \
-ABORT_VARIANT(name, (void *a, void *b), (a, b))
+	ABORT_VARIANT(name, (void *a, void *b), (a, b))
 #define ABORT_VARIANT_VP_IP(name) \
-ABORT_VARIANT(name, (void *a, intptr_t b), (a, b))
+	ABORT_VARIANT(name, (void *a, intptr_t b), (a, b))
 #define ABORT_VARIANT_VP_VP_VP(name) \
-ABORT_VARIANT(name, (void *a, void *b, void *c), (a, b, c))
+	ABORT_VARIANT(name, (void *a, void *b, void *c), (a, b, c))
 
 struct ubsan_type_mismatch_data {
 	struct ubsan_source_location location;

-- 
To view, visit https://review.coreboot.org/21600
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ide4e58e584a1a2bbc1b861e2c4dd943a1aeb35ab
Gerrit-Change-Number: 21600
Gerrit-PatchSet: 1
Gerrit-Owner: Jonathan Neuschäfer <j.neuschaefer at gmx.net>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20170919/b89c6fd1/attachment-0001.html>


More information about the coreboot-gerrit mailing list