Skip to content

Commit

Permalink
usrloc: removed trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Nov 13, 2023
1 parent de6011c commit 9ad12b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/modules/usrloc/ul_callback.c
Expand Up @@ -71,7 +71,7 @@ void destroy_ulcb_list(void)
}


/*! \brief
/*! \brief
register a callback function 'f' for 'types' mask of events;
*/
int register_ulcb(int types, ul_cb f, void *param)
Expand Down
6 changes: 3 additions & 3 deletions src/modules/usrloc/urecord.h
Expand Up @@ -165,10 +165,10 @@ int delete_ucontact(urecord_t *_r, struct ucontact *_c);
* \param _r record where to search the contacts
* \param _c contact string
* \param _callid callid
* \param _path path
* \param _path path
* \param _cseq CSEQ number
* \param _co found contact
* \return 0 - found, 1 - not found, -1 - invalid found,
* \return 0 - found, 1 - not found, -1 - invalid found,
* -2 - found, but to be skipped (same cseq)
*/
int get_ucontact(urecord_t *_r, str *_c, str *_callid, str *_path, int _cseq,
Expand All @@ -180,7 +180,7 @@ int get_ucontact(urecord_t *_r, str *_c, str *_callid, str *_path, int _cseq,
* \param _c contact string
* \param _ci contact info (callid, cseq, instance, ...)
* \param _co found contact
* \return 0 - found, 1 - not found, -1 - invalid found,
* \return 0 - found, 1 - not found, -1 - invalid found,
* -2 - found, but to be skipped (same cseq)
*/
int get_ucontact_by_instance(
Expand Down

0 comments on commit 9ad12b5

Please sign in to comment.