mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-26 22:50:12 +01:00
xf86drmMode: remove the trailing white spaces
This patch removes the trailing white spaces. Signed-off-by: Hyungwon Hwang <human.hwang@samsung.com>
This commit is contained in:
parent
b201abe76b
commit
4bac035c34
1 changed files with 2 additions and 2 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue