Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Jul 28, 2017
1 parent dbe4d1d commit bc3cf1d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib/util/event.c
Expand Up @@ -472,7 +472,6 @@ int fr_event_fd_insert(TALLOC_CTX *ctx, fr_event_list_t *el, int fd,
return 0;
}


/** Delete a timer event from the event list
*
* @param[in] el to delete event from.
Expand Down Expand Up @@ -651,7 +650,6 @@ uintptr_t fr_event_user_insert(fr_event_list_t *el, fr_event_user_handler_t call
return user->ident;;
}


/** Delete a user callback to the event list.
*
* @param[in] el Containing the timer events.
Expand Down

0 comments on commit bc3cf1d

Please sign in to comment.