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

@ -61,19 +61,19 @@ efreet_init(void)
return _efreet_init_count;
shutdown_efreet_desktop:
shutdown_efreet_desktop:
efreet_desktop_shutdown();
shutdown_efreet_ini:
shutdown_efreet_ini:
efreet_ini_shutdown();
shutdown_efreet_icon:
shutdown_efreet_icon:
efreet_icon_shutdown();
shutdown_efreet_xml:
shutdown_efreet_xml:
efreet_xml_shutdown();
shutdown_efreet_base:
shutdown_efreet_base:
efreet_base_shutdown();
unregister_log_domain:
unregister_log_domain:
eina_log_domain_unregister(_efreet_log_domain_global);
shutdown_eina:
shutdown_eina:
eina_shutdown();
return --_efreet_init_count;

View File

@ -1636,7 +1636,7 @@ efreet_desktop_command_file_process(Efreet_Desktop_Command *command, const char
f->command = command;
/* handle uris */
if(!strncmp(file, "http://", 7) || !strncmp(file, "ftp://", 6))
if (!strncmp(file, "http://", 7) || !strncmp(file, "ftp://", 6))
{
uri = file;
base = ecore_file_file_get(file);

View File

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

View File

@ -234,13 +234,13 @@ efreet_mime_init(void)
return _efreet_mime_init_count;
unregister_log_domain:
unregister_log_domain:
eina_log_domain_unregister(_efreet_mime_log_dom);
shutdown_efreet:
shutdown_efreet:
efreet_shutdown();
shutdown_ecore_file:
shutdown_ecore_file:
ecore_file_shutdown();
shutdown_ecore:
shutdown_ecore:
ecore_shutdown();
return --_efreet_mime_init_count;

View File

@ -126,7 +126,7 @@ efreet_util_init(void)
if (init++) return init;
_efreet_utils_log_dom = eina_log_domain_register("Efreet_util",EFREET_DEFAULT_LOG_COLOR);
if(_efreet_utils_log_dom < 0)
if (_efreet_utils_log_dom < 0)
{
ERROR("Efreet: Could not create a log domain for efreet_util");
return 0;