egl/drm: Format code in platform_drm.c according to style guide.

This is a tiny housekeeping patch which does the following:
  * Limit lines to 78 or fewer characters.
According to the mesa coding style guidelines.

Signed-off-by: Mun Gwan-gyeong <elongbug@gmail.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
Gwan-gyeong Mun 2017-07-18 00:21:32 +09:00 committed by Emil Velikov
parent 7c89585551
commit faada25f47
1 changed files with 2 additions and 1 deletions

View File

@ -230,7 +230,8 @@ get_back_bo(struct dri2_egl_surface *dri2_surf)
if (dri2_surf->back->bo == NULL) {
if (surf->base.modifiers)
dri2_surf->back->bo = gbm_bo_create_with_modifiers(&dri2_dpy->gbm_dri->base,
surf->base.width, surf->base.height,
surf->base.width,
surf->base.height,
surf->base.format,
surf->base.modifiers,
surf->base.count);