diff options
author | Joel Bodenmann <joel@unormal.org> | 2013-03-31 00:52:33 +0100 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2013-03-31 00:52:33 +0100 |
commit | 939ca6e1d2fbdb352f6d04fc19aa94c6cfbc4416 (patch) | |
tree | 1f2a2daef544584dfb5cf64fba39c0d3da3a7d6a /include/gwin | |
parent | 63af52f57600f809f65a50512bbb45c9065861b3 (diff) | |
download | uGFX-939ca6e1d2fbdb352f6d04fc19aa94c6cfbc4416.tar.gz uGFX-939ca6e1d2fbdb352f6d04fc19aa94c6cfbc4416.tar.bz2 uGFX-939ca6e1d2fbdb352f6d04fc19aa94c6cfbc4416.zip |
coding style
Diffstat (limited to 'include/gwin')
-rw-r--r-- | include/gwin/button.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/gwin/button.h b/include/gwin/button.h index fb9a2b76..2df540da 100644 --- a/include/gwin/button.h +++ b/include/gwin/button.h @@ -251,3 +251,4 @@ void gwinButtonDraw_Square(GHandle gh, bool_t isdown, const char *txt, const GBu #endif /* _GWIN_BUTTON_H */ /** @} */ + |