White space formatting.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4818 35acf78f-673a-0410-8e92-d51de3d6d3f4
master
gdisirio 2012-11-12 10:21:48 +00:00
parent 3d1a187a6a
commit 5649879b0a
1 changed files with 1 additions and 1 deletions

View File

@ -317,7 +317,7 @@ void spiIgnore(SPIDriver *spip, size_t n) {
* @api
*/
void spiExchange(SPIDriver *spip, size_t n,
const void *txbuf, void *rxbuf) {
const void *txbuf, void *rxbuf) {
chDbgCheck((spip != NULL) && (n > 0) && (rxbuf != NULL) && (txbuf != NULL),
"spiExchange");