ecore-evas-drm: Minor formatting fix

NB: No functional changes
This commit is contained in:
Christopher Michael 2019-01-17 08:51:23 -05:00
parent 374373a370
commit 31475f80a0
1 changed files with 4 additions and 2 deletions

View File

@ -1011,8 +1011,10 @@ _ecore_evas_new_internal(const char *device, int x, int y, int w, int h, Eina_Bo
int method, mw, mh;
void *tinfo;
if (gl) method = evas_render_method_lookup("gl_drm");
else method = evas_render_method_lookup("drm");
if (gl)
method = evas_render_method_lookup("gl_drm");
else
method = evas_render_method_lookup("drm");
if (!method) return NULL;