ecore-drm: Fix formatting
authorChris Michael <cp.michael@samsung.com>
Thu, 23 Oct 2014 12:28:33 +0000 (08:28 -0400)
committerChris Michael <cp.michael@samsung.com>
Thu, 23 Oct 2014 12:28:56 +0000 (08:28 -0400)
Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/lib/ecore_drm/ecore_drm_output.c

index 5c97f44..a9f737c 100644 (file)
@@ -563,7 +563,8 @@ _ecore_drm_output_free(Ecore_Drm_Output *output)
    if (output->watch) eeze_udev_watch_del(output->watch);
 
    /* delete the backlight struct */
-   if (output->backlight) _ecore_drm_output_backlight_shutdown(output->backlight);
+   if (output->backlight) 
+     _ecore_drm_output_backlight_shutdown(output->backlight);
 
    /* free modes */
    EINA_LIST_FREE(output->modes, mode)