edje - fix some horrible misleading indenting in edje calc.

just whitespace fixups
This commit is contained in:
Carsten Haitzler 2015-10-20 18:07:21 +09:00
parent cb83f1477f
commit e5e6c6b8eb
1 changed files with 5 additions and 5 deletions

View File

@ -4730,12 +4730,12 @@ _edje_part_recalc(Edje *ed, Edje_Real_Part *ep, int flags, Edje_Calc_Params *sta
if (!ep->body)
{
#endif
ep->x = pf->final.x;
ep->y = pf->final.y;
ep->w = pf->final.w;
ep->h = pf->final.h;
ep->x = pf->final.x;
ep->y = pf->final.y;
ep->w = pf->final.w;
ep->h = pf->final.h;
#ifdef HAVE_EPHYSICS
}
}
#endif