devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=157c0598edcb2654c616e63cf44b51e7117f9d66
commit 157c0598edcb2654c616e63cf44b51e7117f9d66 Author: Chris Michael <[email protected]> Date: Wed Sep 24 09:59:23 2014 -0400 ecore-drm: Add an extra blank line just to separate code Summary: This commit has no functional changes, just cosmetic/formatting to make the code easier to read. @fix Signed-off-by: Chris Michael <[email protected]> --- src/lib/ecore_drm/ecore_drm_output.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/ecore_drm/ecore_drm_output.c b/src/lib/ecore_drm/ecore_drm_output.c index 6fce004..9b7fae8 100644 --- a/src/lib/ecore_drm/ecore_drm_output.c +++ b/src/lib/ecore_drm/ecore_drm_output.c @@ -386,6 +386,7 @@ cont: backlight->type = type; backlight->device = eina_stringshare_add(device); } + out: EINA_LIST_FREE(devs, device); eina_stringshare_del(device); --
