From: seoz Date: Fri, 12 Aug 2011 03:50:57 +0000 (+0000) Subject: evas: Fixed indentations with arbitrary files. X-Git-Tag: 2.0_alpha~240^2~131 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d3d361173bf9f2144869f501fc07b16e4b50542d;p=framework%2Fuifw%2Fevas.git evas: Fixed indentations with arbitrary files. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@62370 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/modules/engines/gl_x11/evas_engine.c b/src/modules/engines/gl_x11/evas_engine.c index e92a91b..5c9b1d5 100644 --- a/src/modules/engines/gl_x11/evas_engine.c +++ b/src/modules/engines/gl_x11/evas_engine.c @@ -656,8 +656,8 @@ eng_output_redraws_next_update_push(void *data, void *surface __UNUSED__, int x if (s) { if (strstr(s, "PowerVR SGX 540") || - strstr(s, "Mali-400 MP")) - safe_native = 1; + strstr(s, "Mali-400 MP")) + safe_native = 1; } } } diff --git a/src/modules/loaders/gif/evas_image_load_gif.c b/src/modules/loaders/gif/evas_image_load_gif.c index 504018b..c3b757a 100644 --- a/src/modules/loaders/gif/evas_image_load_gif.c +++ b/src/modules/loaders/gif/evas_image_load_gif.c @@ -794,10 +794,10 @@ evas_image_load_frame_duration_gif(Image_Entry *ie, const char *file, const int gif = DGifOpenFileHandle(fd); if (!gif) - { - if (fd) close(fd); - return -1; - } + { + if (fd) close(fd); + return -1; + } do {