Formatting

This commit is contained in:
Camilla Löwy
2017-02-23 17:46:59 +01:00
parent 5352e2caa0
commit 2ba461e348
4 changed files with 1 additions and 4 deletions
-1
View File
@@ -445,7 +445,6 @@ GLFWAPI void glfwSetWindowTitle(GLFWwindow* handle, const char* title)
{
_GLFWwindow* window = (_GLFWwindow*) handle;
assert(window != NULL);
assert(title != NULL);
_GLFW_REQUIRE_INIT();