[svn-commits] mmichelson: branch group/v6-new r272526 - /team/group/v6-new/include/asterisk/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Jun 25 10:48:19 CDT 2010


Author: mmichelson
Date: Fri Jun 25 10:48:15 2010
New Revision: 272526

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=272526
Log:
Fix trailing whitespace in netsock2.h.

Sorry about that, guys.


Modified:
    team/group/v6-new/include/asterisk/netsock2.h

Modified: team/group/v6-new/include/asterisk/netsock2.h
URL: http://svnview.digium.com/svn/asterisk/team/group/v6-new/include/asterisk/netsock2.h?view=diff&rev=272526&r1=272525&r2=272526
==============================================================================
--- team/group/v6-new/include/asterisk/netsock2.h (original)
+++ team/group/v6-new/include/asterisk/netsock2.h Fri Jun 25 10:48:15 2010
@@ -136,7 +136,7 @@
  *
  * \brief
  * Convert a socket address to a string.
- * 
+ *
  * \details
  * This will be of the form a.b.c.d:xyz
  * for IPv4 and [a:b:c:...:d]:xyz for IPv6.
@@ -253,8 +253,8 @@
  * Parses a string with an IPv4 or IPv6 address and place results into an array
  *
  * \details
- * Parses a string containing a host name or an IPv4 or IPv6 address followed 
- * by an optional port (separated by a colon).  The result is returned into a 
+ * Parses a string containing a host name or an IPv4 or IPv6 address followed
+ * by an optional port (separated by a colon).  The result is returned into a
  * array of struct ast_sockaddr. Allowed formats for str are the following:
  *
  * hostname:port
@@ -455,7 +455,7 @@
  *
  * \brief
  * Wrapper around sendto(2) that uses ast_sockaddr.
- * 
+ *
  * \details
  * For parameter and
  * return information, see the man page for sendto(2)
@@ -468,7 +468,7 @@
  *
  * \brief
  * Set type of service
- * 
+ *
  * \details
  * Set ToS ("Type of Service for IPv4 and "Traffic Class for IPv6) and
  * CoS (Linux's SO_PRIORITY)
@@ -508,7 +508,7 @@
  *
  * \brief
  * Converts a struct sockaddr_in to a struct ast_sockaddr.
- * 
+ *
  * \param sin The sockaddr_in to convert
  * \return an ast_sockaddr structure
  */




More information about the svn-commits mailing list