[svn-commits] twilson: branch group/srtp r166507 - /team/group/srtp/channels/sip_srtp.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Dec 22 19:50:34 CST 2008


Author: twilson
Date: Mon Dec 22 19:50:33 2008
New Revision: 166507

URL: http://svn.digium.com/view/asterisk?view=rev&rev=166507
Log:
trailing whitespace!

Modified:
    team/group/srtp/channels/sip_srtp.c

Modified: team/group/srtp/channels/sip_srtp.c
URL: http://svn.digium.com/view/asterisk/team/group/srtp/channels/sip_srtp.c?view=diff&rev=166507&r1=166506&r2=166507
==============================================================================
--- team/group/srtp/channels/sip_srtp.c (original)
+++ team/group/srtp/channels/sip_srtp.c Mon Dec 22 19:50:33 2008
@@ -19,7 +19,7 @@
 /*! \file sip_srtp.c
  *
  * \brief SIP Secure RTP (SRTP)
- * 
+ *
  * Specified in RFC 3711
  *
  * \author Mikael Magnusson <mikma at users.sourceforge.net>
@@ -34,7 +34,7 @@
 struct sip_srtp *sip_srtp_alloc(void)
 {
 	struct sip_srtp *srtp;
-   
+
 	if (!(srtp = ast_calloc(1, sizeof(*srtp)))) {
 		ast_log(LOG_ERROR, "Out of memory, can't allocate srtp structure\n");
 	}




More information about the svn-commits mailing list