formatting
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 23 Mar 2009 04:58:31 +0000 (04:58 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 23 Mar 2009 04:58:31 +0000 (04:58 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/efreet@39643 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/efreet_icon.c

index be21b6d..19c0652 100644 (file)
@@ -710,15 +710,15 @@ efreet_icon_lookup_directory(Efreet_Icon_Theme *theme,
                              Efreet_Icon_Theme_Directory *dir,
                              const char *icon_name)
 {
-   Eina_List *l;
-        char *icon;
-        const char *path;
+    Eina_List *l;
+    char *icon;
+    const char *path;
 
-   EINA_LIST_FOREACH(theme->paths, l, path)
-        {
-            icon = efreet_icon_lookup_directory_helper(dir, path, icon_name);
-            if (icon) return icon;
-        }
+    EINA_LIST_FOREACH(theme->paths, l, path)
+    {
+        icon = efreet_icon_lookup_directory_helper(dir, path, icon_name);
+        if (icon) return icon;
+    }
 
     return NULL;
 }