Browse Source

Formatting

Camilla Löwy 3 years ago
parent
commit
d1efa32983
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/win32_window.c

+ 1 - 2
src/win32_window.c

@@ -1645,8 +1645,7 @@ void _glfwGetWindowFrameSizeWin32(_GLFWwindow* window,
         *bottom = rect.bottom - height;
 }
 
-void _glfwGetWindowContentScaleWin32(_GLFWwindow* window,
-                                             float* xscale, float* yscale)
+void _glfwGetWindowContentScaleWin32(_GLFWwindow* window, float* xscale, float* yscale)
 {
     const HANDLE handle = MonitorFromWindow(window->win32.handle,
                                             MONITOR_DEFAULTTONEAREST);