diff libpurple/network.h @ 31533:44f53d3fc54f

Remove trailing whitespace
author Richard Laager <rlaager@wiktel.com>
date Tue, 04 Jan 2011 06:42:45 +0000
parents 1cdae196aac8
children 75d20c9836c1
line wrap: on
line diff
--- a/libpurple/network.h	Mon Jan 03 19:18:07 2011 +0000
+++ b/libpurple/network.h	Tue Jan 04 06:42:45 2011 +0000
@@ -163,7 +163,7 @@
  * Libpurple does not currently do any port mapping (stateful firewall hole
  * poking) for IPv6-only listeners (if an IPv6 socket supports v4-mapped
  * addresses, a mapping is done).
- * 
+ *
  * @param socket_family The protocol family of the socket.  This should be
  *                      AF_INET for IPv4 or AF_INET6 for IPv6.  IPv6 sockets
  *                      may or may not be able to accept IPv4 connections
@@ -214,11 +214,11 @@
 
 /**
  * \copydoc purple_network_listen_range
- * 
+ *
  * Libpurple does not currently do any port mapping (stateful firewall hole
  * poking) for IPv6-only listeners (if an IPv6 socket supports v4-mapped
  * addresses, a mapping is done).
- * 
+ *
  * @param socket_family The protocol family of the socket.  This should be
  *                      AF_INET for IPv4 or AF_INET6 for IPv6.  IPv6 sockets
  *                      may or may not be able to accept IPv4 connections