Skip to content

Commit

Permalink
enum: removed trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Nov 13, 2023
1 parent fc52b07 commit 3c3d317
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions src/modules/enum/enum.c
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ int ki_is_from_user_enum_suffix_service(
return is_from_user_enum_helper(msg, vsuffix, vservice);
}

/*
/*
* Add parameter to URI.
*/
int add_uri_param(str *uri, str *param, str *new_uri)
Expand Down Expand Up @@ -567,7 +567,7 @@ int add_uri_param(str *uri, str *param, str *new_uri)

/*
* Tests if one result record is "greater" that the other. Non-NAPTR records
* greater that NAPTR record. An invalid NAPTR record is greater than a
* greater that NAPTR record. An invalid NAPTR record is greater than a
* valid one. Valid NAPTR records are compared based on their
* (order,preference).
*/
Expand Down Expand Up @@ -636,7 +636,7 @@ static inline void naptr_sort(struct rdata **head)


/*
* Makes enum query on name. On success, rewrites user part and
* Makes enum query on name. On success, rewrites user part and
* replaces Request-URI.
*/
int do_query(struct sip_msg *_msg, char *user, char *name, str *service)
Expand Down
4 changes: 2 additions & 2 deletions src/modules/enum/enum.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
/*!
Expand Down
6 changes: 3 additions & 3 deletions src/modules/enum/enum_mod.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
*/

/*!
* \file
* \brief SIP-router enum :: Enum and E164 related functions
* \brief SIP-router enum :: Enum and E164 related functions
* \ingroup enum
* Module: \ref enum
*/
Expand Down
4 changes: 2 additions & 2 deletions src/modules/enum/enum_mod.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/

Expand Down

0 comments on commit 3c3d317

Please sign in to comment.