From 06cc9357c68fb2a6663b8b31c63c3175dfe81d44 Mon Sep 17 00:00:00 2001 From: raster Date: Tue, 8 Mar 2011 11:47:45 +0000 Subject: [PATCH] fmting. git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@57579 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/elm_list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elm_list.c b/src/lib/elm_list.c index 4de2d07..d9df26c 100644 --- a/src/lib/elm_list.c +++ b/src/lib/elm_list.c @@ -275,7 +275,7 @@ static Eina_Bool _deselect_all_items(Widget_Data *wd) { if (!wd->selected) return EINA_FALSE; - while(wd->selected) + while (wd->selected) elm_list_item_selected_set(wd->selected->data, EINA_FALSE); return EINA_TRUE; -- 2.7.4