ecore-drm: Fix formatting

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2014-10-23 08:28:33 -04:00
parent 221c79dc87
commit dae6bcb62d
1 changed files with 2 additions and 1 deletions

View 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)