devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=dae6bcb62d93b81d2b9e769007e28cb5f95e044b
commit dae6bcb62d93b81d2b9e769007e28cb5f95e044b Author: Chris Michael <[email protected]> Date: Thu Oct 23 08:28:33 2014 -0400 ecore-drm: Fix formatting Signed-off-by: Chris Michael <[email protected]> --- src/lib/ecore_drm/ecore_drm_output.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lib/ecore_drm/ecore_drm_output.c b/src/lib/ecore_drm/ecore_drm_output.c index 5c97f44..a9f737c 100644 --- a/src/lib/ecore_drm/ecore_drm_output.c +++ b/src/lib/ecore_drm/ecore_drm_output.c @@ -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) --
