Formatting

SVN revision: 45865
This commit is contained in:
Sebastian Dransfeld 2010-02-04 09:12:35 +00:00
parent 82d51bffd7
commit 0423e1ea99
11 changed files with 346 additions and 346 deletions

View File

@ -272,7 +272,8 @@ static Efreet_Desktop *efreet_menu_directory_get(Efreet_Menu_Internal *internal,
const char *path); const char *path);
static void efreet_menu_process_filters(Efreet_Menu_Internal *internal, static void efreet_menu_process_filters(Efreet_Menu_Internal *internal,
unsigned int only_unallocated); unsigned int only_unallocated);
static Eina_List * efreet_menu_process_app_pool(Eina_List *pool, Eina_List *applications, static Eina_List * efreet_menu_process_app_pool(Eina_List *pool,
Eina_List *applications,
Eina_Hash *matches, Eina_Hash *matches,
Efreet_Menu_Filter *filter, Efreet_Menu_Filter *filter,
unsigned int only_unallocated); unsigned int only_unallocated);
@ -2791,8 +2792,7 @@ efreet_menu_process_filters(Efreet_Menu_Internal *internal, unsigned int only_un
*/ */
static Eina_List * static Eina_List *
efreet_menu_process_app_pool(Eina_List *pool, Eina_List *applications, efreet_menu_process_app_pool(Eina_List *pool, Eina_List *applications,
Eina_Hash *matches, Eina_Hash *matches, Efreet_Menu_Filter *filter,
Efreet_Menu_Filter *filter,
unsigned int only_unallocated) unsigned int only_unallocated)
{ {
Efreet_Menu_Desktop *md; Efreet_Menu_Desktop *md;