From 6ac1ed18eac847a5469d48444f46af09a245aefb Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Wed, 14 Sep 2016 17:41:06 +0200 Subject: [PATCH] Formatting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ad48a686..2c676fcd 100644 --- a/README.md +++ b/README.md @@ -99,8 +99,8 @@ information on what to include when reporting a bug. ## Changelog -- Added `glfwGetKeyScancode` function that allows retrieving platform depen- - dent scancodes for keys (#830) +- Added `glfwGetKeyScancode` function that allows retrieving platform dependent + scancodes for keys (#830) - Bugfix: Calling `glfwMaximizeWindow` on a full screen window was not ignored - [Win32] Bugfix: Undecorated windows could not be iconified by the user (#861)