remove trailing whitespace

This commit is contained in:
Torkel 2020-07-22 15:29:08 +09:00
parent aa1ce3c06e
commit 9ccdcd7833

View File

@ -1736,7 +1736,7 @@ typedef void (* GLFWdropfun)(GLFWwindow*,int,const char*[]);
/*! @brief The function pointer type for touch callbacks. /*! @brief The function pointer type for touch callbacks.
* *
* This is the function pointer type for touch callbacks. * This is the function pointer type for touch callbacks.
* A touch callback function has the following signature: * A touch callback function has the following signature:
* @code * @code
* void function_name(GLFWwindow* window, int touch, int action, double xpos, double ypos) * void function_name(GLFWwindow* window, int touch, int action, double xpos, double ypos)
@ -4283,7 +4283,7 @@ GLFWAPI int glfwGetInputMode(GLFWwindow* window, int mode);
* attempting to set this will emit @ref GLFW_FEATURE_UNAVAILABLE. Call @ref * attempting to set this will emit @ref GLFW_FEATURE_UNAVAILABLE. Call @ref
* glfwRawMouseMotionSupported to check for support. * glfwRawMouseMotionSupported to check for support.
* *
* If the mode is `GLFW_TOUCH`, the value must be either `GLFW_TRUE` to enable * If the mode is `GLFW_TOUCH`, the value must be either `GLFW_TRUE` to enable
* touch input, or `GLFW_FALSE` to disable it. If touch input is not supported, * touch input, or `GLFW_FALSE` to disable it. If touch input is not supported,
* attempting to set this will emit @ref GLFW_FEATURE_UNAVAILABLE. Call @ref * attempting to set this will emit @ref GLFW_FEATURE_UNAVAILABLE. Call @ref
* glfwTouchInputSupported to check for support. * glfwTouchInputSupported to check for support.