From 157c0598edcb2654c616e63cf44b51e7117f9d66 Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Wed, 24 Sep 2014 09:59:23 -0400 Subject: [PATCH] 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 --- 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 6fce00467f..9b7fae8b29 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);