Remove trailing whitespace

This commit is contained in:
Luflosi
2020-07-02 10:52:03 +02:00
parent e678c41f56
commit e17036a7a5
5 changed files with 8 additions and 8 deletions

4
glfw/wl_init.c vendored
View File

@@ -152,7 +152,7 @@ static void setCursor(GLFWCursorShape shape, _GLFWwindow* window)
_glfw.wl.cursorThemeManager,
window->wl.cursorTheme,
_wlCursorPxFromScale(scale)
);
);
cursor = _glfwLoadCursor(shape, window->wl.cursorTheme);
if (!cursor) return;
// TODO: handle animated cursors too.
@@ -788,7 +788,7 @@ int _glfwPlatformInit(void)
if (_glfw.wl.shm)
{
_glfw.wl.cursorThemeManager = _wlCursorThemeManagerDefault();
_glfw.wl.cursorSurface =
_glfw.wl.cursorSurface =
wl_compositor_create_surface(_glfw.wl.compositor);
}
else