formatting
authorLucas De Marchi <lucas.demarchi@profusion.mobi>
Fri, 15 Oct 2010 11:36:35 +0000 (11:36 +0000)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Fri, 15 Oct 2010 11:36:35 +0000 (11:36 +0000)
SVN revision: 53444

src/lib/elm_list.c

index 3c874e4..7dc73cd 100644 (file)
@@ -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;