From a4fe05e04c47cbb289afee260ebb64c31b33e16a Mon Sep 17 00:00:00 2001 From: Ryan Pavlik Date: Tue, 6 Sep 2011 13:40:21 -0500 Subject: [PATCH] remove trailing endlines --- CHANGELOG.mkd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.mkd b/CHANGELOG.mkd index e761409..329ed8e 100644 --- a/CHANGELOG.mkd +++ b/CHANGELOG.mkd @@ -41,11 +41,11 @@ Added: `wiiuse_set_output` in `wiiuse.h`. The preprocessor symbol `WIIUSE_HAS_OUTPUT_REDIRECTION` indicates the presence of this feature. Thanks to Johannes Zarl for this handy feature! - + - Doxyfile and "doc" target to the build system, to easily make use of the documentation already in the code, along with doc cleanups and improvements. (rp) - + - Added balance board code to example (Paul Burton, rp) Fixed: @@ -83,7 +83,7 @@ Fixed: v0.13 -- 11 November 2010 ------------------------- 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) - CMake-based cross-platform build system