From 7320207ba24cacb4ba95f4ff88601851035436bd Mon Sep 17 00:00:00 2001 From: Chris Kay Date: Tue, 24 Mar 2020 18:02:02 +0000 Subject: misc: Fix code style error This commit fixes a syntax error mistakenly flagged up by the coding style script. Change-Id: Ie13a5d53eeb732b5e4ef489f61d5627b800b725c Signed-off-by: Chris Kay --- debugger/include/checkpoint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debugger/include') diff --git a/debugger/include/checkpoint.h b/debugger/include/checkpoint.h index af2d8921..cede47da 100644 --- a/debugger/include/checkpoint.h +++ b/debugger/include/checkpoint.h @@ -129,7 +129,7 @@ void checkpoint(checkpoint_st *c, char *file, int32_t line, char *tag); * */ #define checkpoint_register(c, name) \ - __extension__ ({ \ + __extension__({ \ (void)c; \ (void)name; \ FWK_SUCCESS; \ -- cgit v1.2.3