From c8a1ff0ac1d3ceef2c0e99cc5580ee78a69fcc3e Mon Sep 17 00:00:00 2001 From: Pekka Paalanen Date: Thu, 2 Jul 2015 15:06:08 +0300 Subject: [PATCH] compositor-drm: fix drm_waitvblank_pipe() decl style Signed-off-by: Pekka Paalanen --- src/compositor-drm.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/compositor-drm.c b/src/compositor-drm.c index f24fa0b4..66eb5d73 100644 --- a/src/compositor-drm.c +++ b/src/compositor-drm.c @@ -610,7 +610,8 @@ drm_output_set_gamma(struct weston_output *output_base, * multi-gpu situation and we need to calculate the vblank sync * using DRM_BLANK_HIGH_CRTC_MASK. */ -static unsigned int drm_waitvblank_pipe(struct drm_output *output) +static unsigned int +drm_waitvblank_pipe(struct drm_output *output) { if (output->pipe > 1) return (output->pipe << DRM_VBLANK_HIGH_CRTC_SHIFT) &