Skip to content

Commit

Permalink
evi: indentation fixed for upstream PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Gohar Ahmed committed Oct 1, 2022
1 parent 6133968 commit eea78e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions evi/event_interface.c
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@ int evi_raise_event(event_id_t id, evi_params_t* params)
set_avp_list(bak_avps);

return status;
}/* this function checks the subscribers of an event and remove them if
}
/* this function checks the subscribers of an event and remove them if
they are past their expiry - dont want to print expired events as well */
void evi_remove_expired_subs(event_id_t id) {
evi_subs_p subs, prev;
Expand Down Expand Up @@ -576,7 +577,6 @@ static int evi_print_subscriber(mi_item_t *subs_obj, evi_subs_p subs)
subs->trans_mod->proto.len, subs->trans_mod->proto.s,
socket.len, socket.s) < 0)
return -1;

if (sock->flags & EVI_EXPIRE) {
now = time(0);
/* calculate the remaining time for the subscriber to be expired */
Expand Down

0 comments on commit eea78e1

Please sign in to comment.