From 5a98f77590b87d6c7c223fe440f242fca5a30aac Mon Sep 17 00:00:00 2001 From: Ryuan Choi Date: Thu, 5 Dec 2013 20:23:47 +0900 Subject: [PATCH] fileselector: Fix the indentation in elm_widget_fileselector.h --- src/lib/elm_widget_fileselector.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/lib/elm_widget_fileselector.h b/src/lib/elm_widget_fileselector.h index 1a8118c..0b50130 100644 --- a/src/lib/elm_widget_fileselector.h +++ b/src/lib/elm_widget_fileselector.h @@ -53,20 +53,20 @@ struct _Elm_Fileselector_Smart_Data Evas_Coord_Size thumbnail_size; - Elm_Fileselector_Mode mode; + Elm_Fileselector_Mode mode; - Eina_Bool only_folder : 1; - Eina_Bool expand : 1; - Eina_Bool double_tap_navigation : 1; - Eina_Bool multi : 1; + Eina_Bool only_folder : 1; + Eina_Bool expand : 1; + Eina_Bool double_tap_navigation : 1; + Eina_Bool multi : 1; /* this flag is only for multi selection. * If this flag is set to EINA_TRUE, it means directory is selected * so that fileselector will clear current selection when user clicked * another item. */ - Eina_Bool dir_selected : 1; + Eina_Bool dir_selected : 1; - Eina_Bool hidden_visible : 1; + Eina_Bool hidden_visible : 1; }; struct sel_data -- 2.7.4