From: Lucas De Marchi Date: Fri, 15 Oct 2010 11:36:35 +0000 (+0000) Subject: formatting X-Git-Tag: v1.0.0~4055 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3b0bbbff82640f6951f8bbe1cfbe559b91046d45;p=platform%2Fupstream%2Felementary.git formatting SVN revision: 53444 --- diff --git a/src/lib/elm_list.c b/src/lib/elm_list.c index 3c874e4..7dc73cd 100644 --- a/src/lib/elm_list.c +++ b/src/lib/elm_list.c @@ -23,8 +23,9 @@ struct _Widget_Data Eina_Bool scr_minh : 1; int walking; int movements; - struct { - Evas_Coord x, y; + struct + { + Evas_Coord x, y; } history[SWIPE_MOVES]; Eina_Bool swipe : 1; Eina_Bool fix_pending : 1;