diff --git a/src/modules/peering/peering.h b/src/modules/peering/peering.h index e57fed561bd..26f6a895065 100644 --- a/src/modules/peering/peering.h +++ b/src/modules/peering/peering.h @@ -1,4 +1,4 @@ -/* +/* * Radius based peering module .h file * * Copyright (C) 2008 Juha Heinanen @@ -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 * */ diff --git a/src/modules/peering/verify.c b/src/modules/peering/verify.c index 95cc2821502..15d08b0455d 100644 --- a/src/modules/peering/verify.c +++ b/src/modules/peering/verify.c @@ -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. */ @@ -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)