Removed superfluous whitespace.

master
Camilla Berglund ago%!(EXTRA string=13 years)
parent 38947b37af
commit cb8c7740e6
  1. 1
      src/win32_window.c

@ -579,7 +579,6 @@ static LRESULT CALLBACK windowProc(HWND hWnd, UINT uMsg,
case WM_MOUSEHWHEEL:
{
// This message is only sent on Windows Vista and later
_glfwInputScroll(window, (SHORT) HIWORD(wParam) / (double) WHEEL_DELTA, 0.0);
return 0;
}

Loading…
Cancel
Save