Formatting.

This commit is contained in:
Camilla Berglund
2011-11-02 17:34:27 +01:00
parent a18cd1b14c
commit 96267c8696
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1700,7 +1700,7 @@ void _glfwPlatformRefreshWindowParams(void)
&dotclock, &modeline);
pixels_per_second = 1000.0f * (float) dotclock;
pixels_per_frame = (float) modeline.htotal * modeline.vtotal;
window->refreshRate = (int)(pixels_per_second/pixels_per_frame+0.5);
window->refreshRate = (int) (pixels_per_second / pixels_per_frame + 0.5);
#endif /*_GLFW_HAS_XF86VIDMODE*/
}
else