whitespaces

ugfx_release_2.6
Joel Bodenmann 2012-10-29 03:11:49 +01:00
parent 218a2e89bd
commit 378872001e
1 changed files with 2 additions and 1 deletions

View File

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