genlist: Removed trailing whitespaces from the previous Niraj's commit.
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Sat, 8 Mar 2014 17:48:29 +0000 (02:48 +0900)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Sat, 8 Mar 2014 17:48:34 +0000 (02:48 +0900)
I aimed to merge this commit to the previous commit but I made git
amend mistake... :(

src/lib/elm_genlist.c

index 134ff49..ef5bd06 100644 (file)
@@ -2471,7 +2471,7 @@ _elm_genlist_item_unfocused(Elm_Gen_Item *it)
      return;
 
    if ((sd->select_mode == ELM_OBJECT_SELECT_MODE_DISPLAY_ONLY) ||
-       (it->select_mode == ELM_OBJECT_SELECT_MODE_DISPLAY_ONLY)) 
+       (it->select_mode == ELM_OBJECT_SELECT_MODE_DISPLAY_ONLY))
      return;
 
    if ((!sd->focused_item) ||
@@ -4404,7 +4404,7 @@ _item_mouse_up_cb(void *data,
      return;
 
    if (ev->event_flags & EVAS_EVENT_FLAG_ON_HOLD) return;
-   
+
    if (sd->focused_item != (Elm_Object_Item *)it)
      elm_object_item_focus_set((Elm_Object_Item *)it, EINA_TRUE);