remove trailing endlines

This commit is contained in:
Ryan Pavlik
2011-09-06 13:40:21 -05:00
parent 028b6de278
commit a4fe05e04c

View File

@@ -41,11 +41,11 @@ Added:
`wiiuse_set_output` in `wiiuse.h`. The preprocessor symbol `wiiuse_set_output` in `wiiuse.h`. The preprocessor symbol
`WIIUSE_HAS_OUTPUT_REDIRECTION` indicates the presence of this feature. `WIIUSE_HAS_OUTPUT_REDIRECTION` indicates the presence of this feature.
Thanks to Johannes Zarl for this handy feature! Thanks to Johannes Zarl for this handy feature!
- Doxyfile and "doc" target to the build system, to easily make use of - Doxyfile and "doc" target to the build system, to easily make use of
the documentation already in the code, along with doc cleanups and the documentation already in the code, along with doc cleanups and
improvements. (rp) improvements. (rp)
- Added balance board code to example (Paul Burton, rp) - Added balance board code to example (Paul Burton, rp)
Fixed: Fixed:
@@ -83,7 +83,7 @@ Fixed:
v0.13 -- 11 November 2010 v0.13 -- 11 November 2010
------------------------- -------------------------
Added: Added:
- Support for Wii Balance Board ("wiiboard"): your code can - Support for Wii Balance Board ("wiiboard"): your code can
`#ifdef EXP_WII_BOARD` (support based in part on code from TU-Delft) `#ifdef EXP_WII_BOARD` (support based in part on code from TU-Delft)
- CMake-based cross-platform build system - CMake-based cross-platform build system