White space fix.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14013 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
Giovanni Di Sirio 2021-01-04 09:12:40 +00:00
parent 80126c6b01
commit 0db4602521
1 changed files with 2 additions and 2 deletions

View File

@ -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)) + \