From 378872001ede67e06d26b607d52de8abf9770dd7 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Mon, 29 Oct 2012 03:11:49 +0100 Subject: [PATCH] whitespaces --- include/gdisp_fonts.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 */ /** @} */ +