elm_genlist.c: fixed formatting.
authorDaniel Juyung Seo <seojuyung@gmail.com>
Tue, 26 Mar 2013 16:17:18 +0000 (01:17 +0900)
committerDaniel Juyung Seo <seojuyung@gmail.com>
Tue, 26 Mar 2013 16:17:29 +0000 (01:17 +0900)
legacy/elementary/src/lib/elm_genlist.c

index 8ea1219..6b06cfd 100644 (file)
@@ -3981,8 +3981,8 @@ _access_activate_cb(void *data __UNUSED__,
              Elm_Gen_Item *it2;
 
              EINA_LIST_FOREACH_SAFE(sd->selected, l, l_next, it2)
-                if (it2 != it)
-                  _item_unselect(it2);
+               if (it2 != it)
+                 _item_unselect(it2);
           }
         _item_highlight(it);
         it->sel_cb(it);
@@ -4141,8 +4141,8 @@ _item_mouse_up_cb(void *data,
              Elm_Gen_Item *it2;
 
              EINA_LIST_FOREACH_SAFE(sd->selected, l, l_next, it2)
-                if (it2 != it)
-                  _item_unselect(it2);
+               if (it2 != it)
+                 _item_unselect(it2);
           }
         _item_highlight(it);
         it->sel_cb(it);