formatting

SVN revision: 76407
This commit is contained in:
Mike Blumenkrantz 2012-09-10 14:06:17 +00:00
parent c11dd0704b
commit 0e1b4f5322
1 changed files with 34 additions and 35 deletions

View File

@ -53,7 +53,6 @@ _e_fm2_op_registry_entry_e_fm_monitor_stop(const E_Fm2_Op_Registry_Entry *entry)
_e_fm2_op_registry_entry_e_fm_deleted, entry);
}
static inline E_Fm2_Op_Registry_Entry_Internal *
_e_fm2_op_registry_entry_internal_get(const E_Fm2_Op_Registry_Entry *entry)
{
@ -108,7 +107,7 @@ _e_fm2_op_registry_entry_listeners_call(const E_Fm2_Op_Registry_Entry_Internal *
if (eina_inlist_count(e->listeners) < 1) return;
EINA_INLIST_FOREACH_SAFE(e->listeners, l, listener)
EINA_INLIST_FOREACH_SAFE (e->listeners, l, listener)
listener->cb(listener->data, &e->entry);
}
@ -450,7 +449,6 @@ e_fm2_op_registry_count(void)
return eina_hash_population(_e_fm2_op_registry);
}
EINTERN unsigned int
e_fm2_op_registry_init(void)
{
@ -495,3 +493,4 @@ e_fm2_op_registry_entry_abort(E_Fm2_Op_Registry_Entry *entry)
if (entry->func.abort)
entry->func.abort(entry);
}