From 0db4602521aa1d1a8a14c155a07cf91968bca1ea Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Mon, 4 Jan 2021 09:12:40 +0000 Subject: [PATCH] White space fix. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14013 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 --- os/common/ports/SIMIA32/chcore.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/os/common/ports/SIMIA32/chcore.h b/os/common/ports/SIMIA32/chcore.h index 14591681a..609f2a535 100644 --- a/os/common/ports/SIMIA32/chcore.h +++ b/os/common/ports/SIMIA32/chcore.h @@ -223,10 +223,10 @@ struct port_context { /*lint -restore*/ \ } - /** +/** * @brief Computes the thread working area global size. * @note There is no need to perform alignments in this macro. - */ + */ #define PORT_WA_SIZE(n) ((sizeof (void *) * 4U) + \ sizeof (struct port_intctx) + \ ((size_t)(n)) + \