1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-10-08 07:07:25 -04:00

Formatting.

This commit is contained in:
Camilla Berglund 2012-08-12 13:36:52 +02:00
parent c8c36f6ec0
commit d8ccf5d272

View File

@ -43,9 +43,7 @@ static void set_swap_interval(GLFWwindow window, int interval)
swap_interval = interval;
glfwSwapInterval(swap_interval);
sprintf(title,
"Tearing detector (interval %i)",
swap_interval);
sprintf(title, "Tearing detector (interval %i)", swap_interval);
glfwSetWindowTitle(window, title);
}