backend/drm/legacy: Fix whitespace

This confused me while reading through.
This commit is contained in:
Alexander Orzechowski 2022-10-13 10:51:11 -04:00
parent a28caf08e3
commit ada6f104e6
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ static bool legacy_crtc_commit(struct wlr_drm_connector *conn,
}
if (drmModeMoveCursor(drm->fd,
crtc->id, conn->cursor_x, conn->cursor_y) != 0) {
crtc->id, conn->cursor_x, conn->cursor_y) != 0) {
wlr_drm_conn_log_errno(conn, WLR_ERROR, "drmModeMoveCursor failed");
return false;
}