whitespaces

This commit is contained in:
Joel Bodenmann 2012-10-29 03:11:49 +01:00
parent 218a2e89bd
commit 378872001e

View File

@ -77,7 +77,7 @@ struct font {
const uint8_t *widthTable; const uint8_t *widthTable;
const uint16_t *offsetTable; const uint16_t *offsetTable;
const fontcolumn_t *dataTable; const fontcolumn_t *dataTable;
}; };
/** /**
* @brief Macros to get to the complex parts of the font structure. * @brief Macros to get to the complex parts of the font structure.
@ -88,3 +88,4 @@ struct font {
#endif /* _GDISP_FONTS_H */ #endif /* _GDISP_FONTS_H */
/** @} */ /** @} */