White space fix.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15126 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
Giovanni Di Sirio 2021-11-22 13:18:49 +00:00
parent 4dc0c2fe2b
commit 8be0e6d9ae
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@
/* Channel put method, blocking.*/ \
msg_t (*put)(void *instance, uint8_t b); \
/* Channel get method, blocking.*/ \
msg_t (*get)(void *instance); \
msg_t (*get)(void *instance);
/**
* @brief @p BaseSequentialStream specific data.