From bff31f006eef29f9d2d68df19bde02677f1552b4 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Thu, 16 Mar 2017 16:22:00 +0100 Subject: [PATCH] Formatting --- include/GLFW/glfw3native.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/GLFW/glfw3native.h b/include/GLFW/glfw3native.h index 477d0ed1..ba59913e 100644 --- a/include/GLFW/glfw3native.h +++ b/include/GLFW/glfw3native.h @@ -464,7 +464,7 @@ GLFWAPI EGLSurface glfwGetEGLSurface(GLFWwindow* window); * @param[out] buffer Where to store the address of the color buffer, or * `NULL`. * @return `GLFW_TRUE` if successful, or `GLFW_FALSE` if an - * [error](@ref error_handling) occurred. + * [error](@ref error_handling) occurred. * * @thread_safety This function may be called from any thread. Access is not * synchronized. @@ -485,7 +485,7 @@ GLFWAPI int glfwGetOSMesaColorBuffer(GLFWwindow* window, int* width, int* height * @param[out] buffer Where to store the address of the depth buffer, or * `NULL`. * @return `GLFW_TRUE` if successful, or `GLFW_FALSE` if an - * [error](@ref error_handling) occurred. + * [error](@ref error_handling) occurred. * * @thread_safety This function may be called from any thread. Access is not * synchronized.