Commit 4abe34461ff4806ec6e7d5a55aa86b06adc5a1aa

Ryan C. Gordon 2021-04-03T10:10:58

SDL_EGL_ChooseConfig: cleanups and minor optimizations. - Move an immutable condition out of a for loop. - Add a break statement to that loop when we find what we're looking for. - Add an assert to make sure we don't overflow a buffer. - Wrap a single-statement if block in braces. - Adjust some whitespace.