remove white space and tab

SVN revision: 65009
This commit is contained in:
Jiyoun Park 2011-11-10 08:59:09 +00:00
parent 9e55698aec
commit c049c0e12b
1 changed files with 191 additions and 191 deletions

View File

@ -2348,7 +2348,7 @@ eng_image_size_set(void *data, void *image, int w, int h)
im = evas_gl_common_image_new(re->win->gl_context, w, h, im = evas_gl_common_image_new(re->win->gl_context, w, h,
eng_image_alpha_get(data, image), eng_image_alpha_get(data, image),
eng_image_colorspace_get(data, image)); eng_image_colorspace_get(data, image));
/* /*
evas_common_load_image_data_from_file(im_old->im); evas_common_load_image_data_from_file(im_old->im);
if (im_old->im->image->data) if (im_old->im->image->data)
{ {