elementary: Indent tweaks

SVN revision: 63980
This commit is contained in:
Mike McCormack 2011-10-11 06:27:20 +00:00
parent 20b75948c6
commit d754f323ab
1 changed files with 6 additions and 6 deletions

View File

@ -27119,16 +27119,16 @@ extern "C" {
struct _Elm_Store_Item_Info
{
Elm_Genlist_Item_Class *item_class;
const Elm_Store_Item_Mapping *mapping;
void *data;
char *sort_id;
Elm_Genlist_Item_Class *item_class;
const Elm_Store_Item_Mapping *mapping;
void *data;
char *sort_id;
};
struct _Elm_Store_Item_Info_Filesystem
{
Elm_Store_Item_Info base;
char *path;
Elm_Store_Item_Info base;
char *path;
};
#define ELM_STORE_ITEM_MAPPING_END { ELM_STORE_ITEM_MAPPING_NONE, NULL, 0, { .empty = { EINA_TRUE } } }