drm: drop trailing whitespace

This commit is contained in:
Simon Ser 2022-10-13 15:50:41 +02:00
parent 14f0b78f61
commit 45061ad3e3

View file

@ -1906,7 +1906,7 @@ bool drm_set_connector( struct drm_t *drm, struct connector *conn )
drm->connector = conn;
drm->needs_modeset = true;
return true;
}