浏览代码

usrloc: removed trailing spaces

Daniel-Constantin Mierla 1 年之前
父节点
当前提交
9ad12b5abc
共有 2 个文件被更改,包括 4 次插入4 次删除
  1. 1 1
      src/modules/usrloc/ul_callback.c
  2. 3 3
      src/modules/usrloc/urecord.h

+ 1 - 1
src/modules/usrloc/ul_callback.c

@@ -71,7 +71,7 @@ void destroy_ulcb_list(void)
 }
 }
 
 
 
 
-/*! \brief 
+/*! \brief
 	register a callback function 'f' for 'types' mask of events;
 	register a callback function 'f' for 'types' mask of events;
 */
 */
 int register_ulcb(int types, ul_cb f, void *param)
 int register_ulcb(int types, ul_cb f, void *param)

+ 3 - 3
src/modules/usrloc/urecord.h

@@ -165,10 +165,10 @@ int delete_ucontact(urecord_t *_r, struct ucontact *_c);
  * \param _r record where to search the contacts
  * \param _r record where to search the contacts
  * \param _c contact string
  * \param _c contact string
  * \param _callid callid
  * \param _callid callid
- * \param _path path 
+ * \param _path path
  * \param _cseq CSEQ number
  * \param _cseq CSEQ number
  * \param _co found contact
  * \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)
  * -2 - found, but to be skipped (same cseq)
  */
  */
 int get_ucontact(urecord_t *_r, str *_c, str *_callid, str *_path, int _cseq,
 int get_ucontact(urecord_t *_r, str *_c, str *_callid, str *_path, int _cseq,
@@ -180,7 +180,7 @@ int get_ucontact(urecord_t *_r, str *_c, str *_callid, str *_path, int _cseq,
  * \param _c contact string
  * \param _c contact string
  * \param _ci contact info (callid, cseq, instance, ...)
  * \param _ci contact info (callid, cseq, instance, ...)
  * \param _co found contact
  * \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)
  * -2 - found, but to be skipped (same cseq)
  */
  */
 int get_ucontact_by_instance(
 int get_ucontact_by_instance(