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:
parent
80126c6b01
commit
0db4602521
|
@ -223,10 +223,10 @@ struct port_context {
|
||||||
/*lint -restore*/ \
|
/*lint -restore*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Computes the thread working area global size.
|
* @brief Computes the thread working area global size.
|
||||||
* @note There is no need to perform alignments in this macro.
|
* @note There is no need to perform alignments in this macro.
|
||||||
*/
|
*/
|
||||||
#define PORT_WA_SIZE(n) ((sizeof (void *) * 4U) + \
|
#define PORT_WA_SIZE(n) ((sizeof (void *) * 4U) + \
|
||||||
sizeof (struct port_intctx) + \
|
sizeof (struct port_intctx) + \
|
||||||
((size_t)(n)) + \
|
((size_t)(n)) + \
|
||||||
|
|
Loading…
Reference in New Issue