ecore-evas-drm: Fix formatting
authorChris Michael <cp.michael@samsung.com>
Wed, 8 Oct 2014 15:35:17 +0000 (11:35 -0400)
committerChris Michael <cp.michael@samsung.com>
Wed, 8 Oct 2014 15:35:17 +0000 (11:35 -0400)
NB: No functional changes, just cosmetic

Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/modules/ecore_evas/engines/drm/ecore_evas_drm.c

index 9f34798..3bb42a8 100644 (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;