aboutsummaryrefslogtreecommitdiff
path: root/debugger/include
diff options
context:
space:
mode:
authorChris Kay <chris.kay@arm.com>2020-03-24 18:02:02 +0000
committerjimqui01 <54316584+jimqui01@users.noreply.github.com>2020-04-21 14:23:19 +0100
commit7320207ba24cacb4ba95f4ff88601851035436bd (patch)
tree70079135970d470375a08ffdd4e66b1520cb46ea /debugger/include
parenta3953068879663c6836ed4dc67e71d5cb847fc7c (diff)
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 <chris.kay@arm.com>
Diffstat (limited to 'debugger/include')
-rw-r--r--debugger/include/checkpoint.h2
1 files changed, 1 insertions, 1 deletions
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; \