Skip to content

Commit

Permalink
peering: removed trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Nov 13, 2023
1 parent 3a20e7a commit a7d22c4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/modules/peering/peering.h
@@ -1,4 +1,4 @@
/*
/*
* Radius based peering module .h file
*
* Copyright (C) 2008 Juha Heinanen
Expand All @@ -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
4 changes: 2 additions & 2 deletions src/modules/peering/verify.c
Expand Up @@ -154,7 +154,7 @@ static int generate_avps(VALUE_PAIR *received)
}


/*
/*
* Send Radius request to verify destination and generate AVPs from
* reply items of positive response.
*/
Expand Down Expand Up @@ -255,7 +255,7 @@ int verify_destination(struct sip_msg *_msg, char *s1, char *s2)
}


/*
/*
* Send Radius request to verify source.
*/
int verify_source(struct sip_msg *_msg, char *s1, char *s2)
Expand Down

0 comments on commit a7d22c4

Please sign in to comment.