elm elm_index.c: fixed formatting.
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Mon, 4 Mar 2013 10:13:20 +0000 (19:13 +0900)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Mon, 4 Mar 2013 11:32:04 +0000 (20:32 +0900)
legacy/elementary/src/lib/elm_index.c
legacy/elementary/src/lib/elm_widget_index.h

index 597d5b6..e469077 100644 (file)
@@ -123,7 +123,7 @@ _omit_calc(void *data, int num_of_items, int max_num_of_items)
    Eina_List *l;
 
    EINA_LIST_FREE(sd->omit, o)
-      free(o);
+     free(o);
 
    EINA_LIST_FOREACH(sd->items, l, it)
      {
@@ -989,7 +989,7 @@ _elm_index_smart_del(Eo *obj, void *_pd, va_list *list EINA_UNUSED)
      }
 
    EINA_LIST_FREE(sd->omit, o)
-      free(o);
+     free(o);
 
    if (sd->delay) ecore_timer_del(sd->delay);
 
index cd1037d..21852da 100644 (file)
@@ -45,14 +45,14 @@ struct _Elm_Index_Item
 {
    ELM_WIDGET_ITEM;
 
-   const char   *letter;
-   int           level;
-   Evas_Smart_Cb func;
+   const char      *letter;
+   int              level;
+   Evas_Smart_Cb    func;
 
-   Eina_List    *omitted;
-   Elm_Index_Item       *head;
+   Eina_List       *omitted;
+   Elm_Index_Item  *head;
 
-   Eina_Bool     selected : 1;
+   Eina_Bool        selected : 1;
 };
 
 typedef struct _Elm_Index_Omit Elm_Index_Omit;