Explorar o código

peering: removed trailing spaces

Daniel-Constantin Mierla hai 1 ano
pai
achega
a7d22c4862
Modificáronse 2 ficheiros con 5 adicións e 5 borrados
  1. 3 3
      src/modules/peering/peering.h
  2. 2 2
      src/modules/peering/verify.c

+ 3 - 3
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
  *
  */

+ 2 - 2
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 @@ err:
 }
 
 
-/* 
+/*
  * Send Radius request to verify source.
  */
 int verify_source(struct sip_msg *_msg, char *s1, char *s2)