From ce7def6846909dbb47d3cf9e459f121eedc543dd Mon Sep 17 00:00:00 2001 From: Sebastian Dransfeld Date: Tue, 1 Feb 2011 08:27:53 +0000 Subject: [PATCH] whitespace SVN revision: 56618 --- legacy/efreet/src/bin/efreet_icon_cache_create.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/legacy/efreet/src/bin/efreet_icon_cache_create.c b/legacy/efreet/src/bin/efreet_icon_cache_create.c index c5b85f777d..432fd52a20 100644 --- a/legacy/efreet/src/bin/efreet_icon_cache_create.c +++ b/legacy/efreet/src/bin/efreet_icon_cache_create.c @@ -104,7 +104,7 @@ cache_fallback_scan_dir(Eina_Hash *icons, Eina_Hash *dirs, const char *dir, Eina break; if (i != icon->icons_count) - continue ; + continue; /* we don't really track path deat here, so we will leak... */ icon->icons = realloc(icon->icons, sizeof (char *) * (icon->icons_count + 1)); @@ -220,10 +220,10 @@ cache_scan_path_dir(Efreet_Icon_Theme *theme, /* check if the path already exist */ for (j = 0; j < icon->icons[i]->paths_count; ++j) if (!strcmp(icon->icons[i]->paths[j], entry->path)) - break ; + break; if (j != icon->icons[i]->paths_count) - continue ; + continue; } /* no icon match so add a new one */ else