From 749639347a11e64fe176e1b339553dfc63adbca3 Mon Sep 17 00:00:00 2001 From: Robbin Marcus Date: Sat, 19 Jan 2019 20:53:15 +0100 Subject: [PATCH] Remove trailing whitespace (Travis CI build) --- include/GLFW/glfw3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/GLFW/glfw3.h b/include/GLFW/glfw3.h index d4491e5e..79ea35dc 100644 --- a/include/GLFW/glfw3.h +++ b/include/GLFW/glfw3.h @@ -3220,7 +3220,7 @@ GLFWAPI void glfwDragWindow(GLFWwindow* handle); * * This function starts a resize operation on one of the borders of the * specified window. - * + * * this function must be called from a pointer or touch event callback, * otherwise it risks reacting to a different event. *