evas/line - fixed indentation

SVN revision: 71976
This commit is contained in:
ChunEon Park 2012-06-12 02:47:34 +00:00
parent 06c4fa8cac
commit ea43e9004f
1 changed files with 87 additions and 90 deletions

View File

@ -336,8 +336,6 @@ _evas_draw_simple_line(RGBA_Image *dst, RGBA_Draw_Context *dc, int x0, int y0, i
int x_unit = dstw - dst->cache_entry.w;
# endif
#endif
while (len--)
{
#ifdef HAVE_PIXMAN
@ -374,7 +372,6 @@ _evas_draw_simple_line(RGBA_Image *dst, RGBA_Draw_Context *dc, int x0, int y0, i
}
}
#define SETUP_LINE_SHALLOW \
if (x0 > x1) \
{ \