summaryrefslogtreecommitdiff
path: root/xf86drmMode.c
diff options
context:
space:
mode:
authorHyungwon Hwang <human.hwang@samsung.com>2015-08-19 09:58:39 +0900
committerEmil Velikov <emil.l.velikov@gmail.com>2015-08-20 17:11:15 +0100
commit4bac035c34b8dfd02e8046150fd19843058618b8 (patch)
tree7b07a896e5b6db259174c52c2d0d653cefe77cbd /xf86drmMode.c
parentb201abe76b4adfd4defc5c5d7dd4b5f771ebb51c (diff)
xf86drmMode: remove the trailing white spaces
This patch removes the trailing white spaces. Signed-off-by: Hyungwon Hwang <human.hwang@samsung.com>
Diffstat (limited to 'xf86drmMode.c')
-rw-r--r--xf86drmMode.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xf86drmMode.c b/xf86drmMode.c
index 9b70ce83..23800dd1 100644
--- a/xf86drmMode.c
+++ b/xf86drmMode.c
@@ -873,7 +873,7 @@ int drmHandleEvent(int fd, drmEventContextPtr evctx)
int len, i;
struct drm_event *e;
struct drm_event_vblank *vblank;
-
+
/* The DRM read semantics guarantees that we always get only
* complete events. */
@@ -893,7 +893,7 @@ int drmHandleEvent(int fd, drmEventContextPtr evctx)
break;
vblank = (struct drm_event_vblank *) e;
evctx->vblank_handler(fd,
- vblank->sequence,
+ vblank->sequence,
vblank->tv_sec,
vblank->tv_usec,
U642VOID (vblank->user_data));