edje - fix some horrible misleading indenting in edje calc.
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Tue, 20 Oct 2015 09:07:21 +0000 (18:07 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Tue, 20 Oct 2015 09:07:21 +0000 (18:07 +0900)
just whitespace fixups

src/lib/edje/edje_calc.c

index aa0728c..817677c 100644 (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