From c01aa3fec42fb52e63e93d85e640f581e98ce27c Mon Sep 17 00:00:00 2001 From: Doug Binks Date: Tue, 23 Mar 2021 15:56:56 +0000 Subject: [PATCH] Removed trailing white space --- include/GLFW/glfw3.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/GLFW/glfw3.h b/include/GLFW/glfw3.h index e3723380..7ea00509 100644 --- a/include/GLFW/glfw3.h +++ b/include/GLFW/glfw3.h @@ -5833,12 +5833,12 @@ GLFWAPI GLFWglproc glfwGetProcAddress(const char* procname); * another thread. For a valid user context the window must be created * with a [GLFW_CLIENT_API](@ref GLFW_CLIENT_API_hint) other than * `GLFW_NO_API`. - * + * * User context creation uses the window context and framebuffer related * hints to ensure a valid context is created for that window, these hints * should be the same at the time of user context creation as when the * window was created. - * + * * Contexts share resources with the window context and with any other * user context created for that window. *