aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2012-10-29 03:11:49 +0100
committerJoel Bodenmann <joel@unormal.org>2012-10-29 03:11:49 +0100
commit378872001ede67e06d26b607d52de8abf9770dd7 (patch)
tree4a5ebf4398245cc8628d3f0261da9a4bc3ea4925 /include
parent218a2e89bd744d7787f73cbb9eae1d6b1133d008 (diff)
downloaduGFX-378872001ede67e06d26b607d52de8abf9770dd7.tar.gz
uGFX-378872001ede67e06d26b607d52de8abf9770dd7.tar.bz2
uGFX-378872001ede67e06d26b607d52de8abf9770dd7.zip
whitespaces
Diffstat (limited to 'include')
-rw-r--r--include/gdisp_fonts.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/gdisp_fonts.h b/include/gdisp_fonts.h
index a63e8909..1a2cb3d7 100644
--- a/include/gdisp_fonts.h
+++ b/include/gdisp_fonts.h
@@ -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 */
/** @} */
+