seoz pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=10dd650d90d050889771f88d8b01eb7c1f51b0bd
commit 10dd650d90d050889771f88d8b01eb7c1f51b0bd Author: Daniel Juyung Seo <seojuyu...@gmail.com> Date: Tue Dec 24 12:47:41 2013 +0900 edje_convert.c: fixed formatting before working on the file. --- src/lib/edje/edje_convert.c | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/lib/edje/edje_convert.c b/src/lib/edje/edje_convert.c index 7501fd4..f68df6f 100644 --- a/src/lib/edje/edje_convert.c +++ b/src/lib/edje/edje_convert.c @@ -32,12 +32,12 @@ _edje_collection_string_free(void *data) if (ce->ref) { - Edje_File *edf; + Edje_File *edf; - edf = (Edje_File*) _edje_file_get(); + edf = (Edje_File*) _edje_file_get(); - if (!edf->warning) - CRITICAL("This program as probably called edje_shutdown() with " + if (!edf->warning) + CRITICAL("This program as probably called edje_shutdown() with " "active Edje objects still around. " "This can cause problems as both Evas and Edje retain " "references to the objects. " @@ -47,12 +47,12 @@ _edje_collection_string_free(void *data) "parts that are still hanging around, with their reference " "counts"); - edf->warning = 1; - ERR("file: '%s', references: %i, part: '%s', references: %i", - edf->path, edf->references, - ce->ref->part, ce->ref->references); + edf->warning = 1; + ERR("file: '%s', references: %i, part: '%s', references: %i", + edf->path, edf->references, + ce->ref->part, ce->ref->references); - _edje_collection_free(edf, ce->ref, ce); + _edje_collection_free(edf, ce->ref, ce); } free(ce); --