Fixing bad indentation in glima's commit. By Fidencio
authortiago <tiago@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 11 Aug 2010 16:23:40 +0000 (16:23 +0000)
committertiago <tiago@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 11 Aug 2010 16:23:40 +0000 (16:23 +0000)
Author:    Fabiano Fidencio <fidencio at profusion.mobi>

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@51001 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/edje_edit.c

index 68d317e..7380f23 100644 (file)
@@ -2693,7 +2693,7 @@ _edje_edit_state_alloc(int type, Edje *ed)
                                                                        \
              Name = eina_mempool_malloc(ce->mp.Short,                  \
                                         sizeof (Edje_Part_Description_##Type)); \
-              memset(Name, 0, sizeof(Edje_Part_Description_##Type));    \
+             memset(Name, 0, sizeof(Edje_Part_Description_##Type));    \
              pd = &Name->common;                                       \
              ce->count.Short++;                                        \
              break;                                                    \
@@ -2835,7 +2835,7 @@ edje_edit_state_add(Evas_Object *obj, const char *part, const char *name, double
 
        external = (Edje_Part_Description_External*) pd;
 
-        external->external_params = NULL;
+       external->external_params = NULL;
 
        if (rp->part->source)
          {