소스 검색

Formatting.

Camilla Berglund 12 년 전
부모
커밋
1b59002682
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      include/GL/glfw3.h

+ 1 - 1
include/GL/glfw3.h

@@ -1000,7 +1000,7 @@ GLFWAPI GLFWmonitor glfwGetPrimaryMonitor(void);
 /*! @brief Returns a property of the specified monitor.
 /*! @brief Returns a property of the specified monitor.
  *  @ingroup 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.
 /*! @brief Returns the name of the specified monitor.
  *  @param[in] monitor The monitor to query.
  *  @param[in] monitor The monitor to query.