aaah fix brackets i just unfixed.
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 25 May 2011 11:56:13 +0000 (11:56 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 25 May 2011 11:56:13 +0000 (11:56 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@59667 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/canvas/evas_object_table.c

index 0c10d57..6437b1f 100644 (file)
@@ -161,7 +161,7 @@ _evas_object_table_cache_alloc(int cols, int rows)
    int size;
 
    size = (sizeof(Evas_Object_Table_Cache) +
-          ((cols + rows) * (sizeof(Eina_Bool)) + sizeof(Evas_Coord)));
+           ((cols + rows) * (sizeof(Eina_Bool) + sizeof(Evas_Coord))));
    cache = malloc(size);
    if (!cache)
      {
@@ -621,7 +621,7 @@ _evas_object_table_calculate_hints_regular(Evas_Object *o, Evas_Object_Table_Dat
            ((opt->max.h < 0) ||
             ((opt->max.h > -1) && (opt->min.h < opt->max.h))))
          opt->expand_v = 1;
-
+        
        opt->fill_h = 0;
        if (opt->align.h < 0.0)
          {