Skip to content

Commit

Permalink
sca: removed trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Nov 13, 2023
1 parent 30cc021 commit f4ada96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/modules/sca/sca.c
Expand Up @@ -28,9 +28,9 @@
/*!
* \defgroup sca :: The Kamailio shared call appearance Module
*
* The sca module implements Shared Call Appearances. It handles SUBSCRIBE messages for call-info
* The sca module implements Shared Call Appearances. It handles SUBSCRIBE messages for call-info
* and line-seize events, and sends call-info NOTIFYs to line subscribers to implement line bridging.
* The module implements SCA as defined in Broadworks SIP Access Side Extensions Interface
* The module implements SCA as defined in Broadworks SIP Access Side Extensions Interface
* Specifications, Release 13.0, version 1, sections 2, 3 and 4.
*/
#include "sca_common.h"
Expand Down
2 changes: 1 addition & 1 deletion src/modules/sca/sca_appearance.c
Expand Up @@ -160,7 +160,7 @@ void sca_appearance_free(sca_appearance *appearance)
* assumes slot for app_entries is locked.
*
* appearance-index values are 1-indexed.
* return values:
* return values:
* -1: error
* >=1: index reserved for claimant
*/
Expand Down

0 comments on commit f4ada96

Please sign in to comment.