xf86drmMode: remove the trailing white spaces

This patch removes the trailing white spaces.

Signed-off-by: Hyungwon Hwang <human.hwang@samsung.com>
main
Hyungwon Hwang 2015-08-19 09:58:39 +09:00 committed by Emil Velikov
parent b201abe76b
commit 4bac035c34
1 changed files with 2 additions and 2 deletions

View File

@ -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));