egl/drm: Move loop vars inside the loop
authorChad Versace <chadversary@chromium.org>
Thu, 22 Jun 2017 18:00:40 +0000 (11:00 -0700)
committerChad Versace <chadversary@chromium.org>
Thu, 22 Jun 2017 19:35:49 +0000 (12:35 -0700)
commitc31146f0808f67cd7e173b0ca5786eb342e9e4d0
tree232b86a8f8022d154f583c369039e432795a26f6
parent09455123f34ca3b43f3514ed0eab0b3cf0830257
egl/drm: Move loop vars inside the loop

That is, consistently do this:

    for (int i = 0; ...)

No behavioral change.

Reviewed-by: Eric Engestrom <eric@engestrom.ch>
src/egl/drivers/dri2/platform_drm.c