From 1b590026828abbefd7c6c9a8b8f7224e1ab23463 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Sun, 2 Dec 2012 21:07:23 +0100 Subject: [PATCH] Formatting. --- include/GL/glfw3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/GL/glfw3.h b/include/GL/glfw3.h index 2f111a2d..2eab82c6 100644 --- a/include/GL/glfw3.h +++ b/include/GL/glfw3.h @@ -1000,7 +1000,7 @@ GLFWAPI GLFWmonitor glfwGetPrimaryMonitor(void); /*! @brief Returns a property of the specified monitor. * @ingroup monitor */ -GLFWAPI int glfwGetMonitorParam(GLFWmonitor monitor, int param); +GLFWAPI int glfwGetMonitorParam(GLFWmonitor monitor, int param); /*! @brief Returns the name of the specified monitor. * @param[in] monitor The monitor to query.