evas: Fixed indentations with arbitrary files.
authorseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 12 Aug 2011 03:50:57 +0000 (03:50 +0000)
committerseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 12 Aug 2011 03:50:57 +0000 (03:50 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@62370 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/modules/engines/gl_x11/evas_engine.c
src/modules/loaders/gif/evas_image_load_gif.c

index e92a91b..5c9b1d5 100644 (file)
@@ -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;
                }
           }
      }
index 504018b..c3b757a 100644 (file)
@@ -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
      {