Mesa (master): egl: Remove every double semi-colon

Chad Versace chadversary at kemper.freedesktop.org
Tue Apr 26 20:40:25 UTC 2016


Module: Mesa
Branch: master
Commit: de743a07aca97b7b96f6cd3b9f9e3d3c8bf5b845
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=de743a07aca97b7b96f6cd3b9f9e3d3c8bf5b845

Author: Jakob Sinclair <sinclair.jakob at openmailbox.org>
Date:   Thu Apr 14 18:07:39 2016 +0200

egl: Remove every double semi-colon

Removes all accidental semi-colons in egl.

Signed-off-by: Jakob Sinclair <sinclair.jakob at openmailbox.org>
Reviewed-by: Ian Romanick <ian.d.romanick at intel.com>
Reviewed-by: Chad Versace <chad.versace at intel.com>

---

 src/egl/drivers/dri2/platform_android.c     | 2 +-
 src/egl/drivers/dri2/platform_surfaceless.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/egl/drivers/dri2/platform_android.c b/src/egl/drivers/dri2/platform_android.c
index 41840aa..c00b2c2 100644
--- a/src/egl/drivers/dri2/platform_android.c
+++ b/src/egl/drivers/dri2/platform_android.c
@@ -514,7 +514,7 @@ droid_get_buffers_with_format(__DRIdrawable * driDrawable,
    if (height)
       *height = dri2_surf->base.Height;
 
-   *out_count = dri2_surf->buffer_count;;
+   *out_count = dri2_surf->buffer_count;
 
    return dri2_surf->buffers;
 }
diff --git a/src/egl/drivers/dri2/platform_surfaceless.c b/src/egl/drivers/dri2/platform_surfaceless.c
index 48f15df..e0ddc12 100644
--- a/src/egl/drivers/dri2/platform_surfaceless.c
+++ b/src/egl/drivers/dri2/platform_surfaceless.c
@@ -68,7 +68,7 @@ surfaceless_get_buffers_with_format(__DRIdrawable * driDrawable,
       *width = dri2_surf->base.Width;
    if (height)
       *height = dri2_surf->base.Height;
-   *out_count = dri2_surf->buffer_count;;
+   *out_count = dri2_surf->buffer_count;
    return dri2_surf->buffers;
 }
 




More information about the mesa-commit mailing list