ecore-evas-drm: Fix formatting

NB: No functional changes, just cosmetic

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2014-10-08 11:35:17 -04:00
parent b31c66ab84
commit 15c6eab519
1 changed files with 6 additions and 3 deletions

View File

@ -384,10 +384,13 @@ ecore_evas_gl_drm_new_internal(const char *device, unsigned int parent EINA_UNUS
if ((num = getenv("EVAS_DRM_VSYNC")))
{
if (!atoi(num)) einfo->vsync = EINA_FALSE;
else einfo->vsync = EINA_TRUE;
if (!atoi(num))
einfo->vsync = EINA_FALSE;
else
einfo->vsync = EINA_TRUE;
}
else einfo->vsync = EINA_TRUE;
else
einfo->vsync = EINA_TRUE;
einfo->info.fd = ecore_drm_device_fd_get(dev);
einfo->info.dev = dev;