Formatting

This commit is contained in:
Camilla Löwy 2019-12-11 22:10:00 +01:00
parent a875a536b7
commit 506a6aafde

View File

@ -964,7 +964,7 @@ void _glfwPlatformDestroyWindow(_GLFWwindow* window)
} // autoreleasepool } // autoreleasepool
} }
void _glfwPlatformSetWindowTitle(_GLFWwindow* window, const char *title) void _glfwPlatformSetWindowTitle(_GLFWwindow* window, const char* title)
{ {
@autoreleasepool { @autoreleasepool {
NSString* string = @(title); NSString* string = @(title);