git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6847 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2014-04-16 15:14:41 +00:00
parent aeb912eb7c
commit 880896e783
2 changed files with 2 additions and 2 deletions

View File

@ -520,7 +520,7 @@ typedef struct {
/**
* @brief Structure representing a SPI driver.
*/
struct SPIDriver{
struct SPIDriver {
/**
* @brief Driver state.
*/

View File

@ -328,7 +328,7 @@ typedef struct {
/**
* @brief Structure representing a SPI driver.
*/
struct SPIDriver{
struct SPIDriver {
/**
* @brief Driver state.
*/