Reviewed-by: Gurchetan Singh <[email protected]> On Thu, Aug 25, 2016 at 9:18 AM, Emil Velikov <[email protected]> wrote:
> From: Emil Velikov <[email protected]> > > Remove a few gratious blank lines and use the correct level of > indentation. > > Signed-off-by: Emil Velikov <[email protected]> > --- > src/egl/drivers/dri2/egl_dri2.h | 1 - > src/egl/drivers/dri2/platform_surfaceless.c | 5 +---- > 2 files changed, 1 insertion(+), 5 deletions(-) > > diff --git a/src/egl/drivers/dri2/egl_dri2.h b/src/egl/drivers/dri2/egl_ > dri2.h > index 7daec3c..7156955 100644 > --- a/src/egl/drivers/dri2/egl_dri2.h > +++ b/src/egl/drivers/dri2/egl_dri2.h > @@ -304,7 +304,6 @@ struct dri2_egl_surface > __DRIimage *front; > unsigned int visual; > #endif > - > }; > > struct dri2_egl_config > diff --git a/src/egl/drivers/dri2/platform_surfaceless.c > b/src/egl/drivers/dri2/platform_surfaceless.c > index c75a895..f613c03 100644 > --- a/src/egl/drivers/dri2/platform_surfaceless.c > +++ b/src/egl/drivers/dri2/platform_surfaceless.c > @@ -180,15 +180,12 @@ dri2_surfaceless_create_pbuffer_surface(_EGLDriver > *drv, _EGLDisplay *disp, > static EGLBoolean > surfaceless_add_configs_for_visuals(_EGLDriver *drv, _EGLDisplay *dpy) > { > - > struct dri2_egl_display *dri2_dpy = dri2_egl_display(dpy); > - > static const unsigned int visuals[3][4] = { > { 0xff0000, 0xff00, 0xff, 0xff000000 }, // ARGB8888 > { 0xff0000, 0xff00, 0xff, 0x0 }, // RGB888 > { 0xf800, 0x7e0, 0x1f, 0x0 }, // RGB565 > }; > - > unsigned int count, i, j; > > count = 0; > @@ -205,7 +202,7 @@ surfaceless_add_configs_for_visuals(_EGLDriver *drv, > _EGLDisplay *dpy) > } > > if (!count) > - _eglLog(_EGL_DEBUG, "Can't create surfaceless visuals"); > + _eglLog(_EGL_DEBUG, "Can't create surfaceless visuals"); > > return (count != 0); > } > -- > 2.9.0 > > _______________________________________________ > mesa-dev mailing list > [email protected] > https://lists.freedesktop.org/mailman/listinfo/mesa-dev >
_______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
