Fix missing newline

(cherry picked from commit 920d110b6c)
This commit is contained in:
Camilla Löwy 2022-03-21 23:19:06 +01:00
parent 8897c8a1cb
commit f93751ce68

View File

@ -1372,3 +1372,4 @@ GLFWAPI uint64_t glfwGetTimerFrequency(void)
_GLFW_REQUIRE_INIT_OR_RETURN(0);
return _glfwPlatformGetTimerFrequency();
}