From 3b0bbbff82640f6951f8bbe1cfbe559b91046d45 Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Fri, 15 Oct 2010 11:36:35 +0000 Subject: [PATCH] formatting SVN revision: 53444 --- src/lib/elm_list.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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; -- 2.7.4