From f2dd2c8f0fd781996f743e2f5bcc246ce321c730 Mon Sep 17 00:00:00 2001 From: cedric Date: Mon, 23 Jan 2012 16:39:37 +0000 Subject: [PATCH] edje: remove white space. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@67478 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/edje_load.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/lib/edje_load.c b/src/lib/edje_load.c index 47c3ba8..2c54019 100644 --- a/src/lib/edje_load.c +++ b/src/lib/edje_load.c @@ -132,7 +132,7 @@ edje_file_group_exists(const char *file, const char *glob) edf = _edje_cache_file_coll_open(file, NULL, &error_ret, NULL); if (!edf) return EINA_FALSE; - + for (p = glob; *p; p++) { if ((*p == '*') || (*p == '?') || (*p == '[')) @@ -141,7 +141,7 @@ edje_file_group_exists(const char *file, const char *glob) break; } } - + if (is_glob) { if (!edf->collection_patterns) @@ -149,18 +149,18 @@ edje_file_group_exists(const char *file, const char *glob) Edje_Part_Collection_Directory_Entry *ce; Eina_Iterator *i; Eina_List *l = NULL; - + i = eina_hash_iterator_data_new(edf->collection); - + EINA_ITERATOR_FOREACH(i, ce) l = eina_list_append(l, ce); - + eina_iterator_free(i); - + edf->collection_patterns = edje_match_collection_dir_init(l); eina_list_free(l); } - + succeed = edje_match_collection_dir_exec(edf->collection_patterns, glob); if (edf->collection_patterns) { -- 2.7.4