浏览代码

Formatting

Camilla Löwy 3 年之前
父节点
当前提交
d1efa32983
共有 1 个文件被更改,包括 1 次插入2 次删除
  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);