evas: Fixed indentations with arbitrary files.

SVN revision: 62370
This commit is contained in:
Daniel Juyung Seo 2011-08-12 03:50:57 +00:00
parent 69e27edbe5
commit 3277e6b5e0
2 changed files with 6 additions and 6 deletions

View 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;
}
}
}

View 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
{