drm: Remove trailing whitespace

Signed-off-by: Daniel Stone <daniels@collabora.com>
This commit is contained in:
Daniel Stone 2020-03-06 11:03:01 +00:00 committed by Pekka Paalanen
parent 76932e6b0f
commit 7fa97e66eb
1 changed files with 1 additions and 1 deletions

View File

@ -768,7 +768,7 @@ drm_plane_create(struct drm_backend *b, const drmModePlane *kplane,
WDRM_PLANE_TYPE__COUNT);
zpos_range_values =
drm_property_get_range_values(&plane->props[WDRM_PLANE_ZPOS],
drm_property_get_range_values(&plane->props[WDRM_PLANE_ZPOS],
props);
if (zpos_range_values) {