From: Daniel Juyung Seo Date: Fri, 23 Dec 2011 06:54:47 +0000 (+0000) Subject: elm genlist: Fixed indentation. X-Git-Tag: v1.0.0~1329 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=77977e8df20fd1e6256ab87bd67f085cbb56617d;p=platform%2Fupstream%2Felementary.git elm genlist: Fixed indentation. SVN revision: 66472 --- diff --git a/src/lib/elm_genlist.c b/src/lib/elm_genlist.c index 3ac2474..6223411 100644 --- a/src/lib/elm_genlist.c +++ b/src/lib/elm_genlist.c @@ -346,9 +346,9 @@ _event_hook(Evas_Object *obj, return EINA_TRUE; } else if (((!strcmp(ev->keyname, "Return")) || - (!strcmp(ev->keyname, "KP_Enter")) || - (!strcmp(ev->keyname, "space"))) - && (!wd->multi) && (wd->selected)) + (!strcmp(ev->keyname, "KP_Enter")) || + (!strcmp(ev->keyname, "space"))) + && (!wd->multi) && (wd->selected)) { it = elm_genlist_selected_item_get(obj); elm_genlist_item_expanded_set(it,