mirror of
https://github.com/glfw/glfw.git
synced 2026-09-20 16:30:45 +00:00
Formatting
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user