pidgin: fb40e494: Strip trailing whitespace
markdoliner at pidgin.im
markdoliner at pidgin.im
Sun Apr 11 20:25:45 EDT 2010
-----------------------------------------------------------------
Revision: fb40e4943a073bb95d333614f8ce86aa3ac58795
Ancestor: d01e8083d0684431926f58d90a40dccb3458cf68
Author: markdoliner at pidgin.im
Date: 2010-04-12T00:21:46
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/fb40e4943a073bb95d333614f8ce86aa3ac58795
Modified files:
libpurple/network.h
ChangeLog:
Strip trailing whitespace
-------------- next part --------------
============================================================
--- libpurple/network.h a5bbe482553a841c35d2eceb514a3c620b59937f
+++ libpurple/network.h 98fecce40f3b3e3a0cef05ec9cde3815dc45b38b
@@ -236,15 +236,15 @@ void *purple_network_get_handle(void);
*/
void *purple_network_get_handle(void);
-/**
+/**
* Update the STUN server IP given the host name
* Will result in a DNS query being executed asynchronous
- *
+ *
* @param stun_server The host name of the STUN server to set
* @since 2.6.0
*/
void purple_network_set_stun_server(const gchar *stun_server);
-
+
/**
* Get the IP address of the STUN server as a string representation
*
@@ -252,16 +252,16 @@ const gchar *purple_network_get_stun_ip(
* @since 2.6.0
*/
const gchar *purple_network_get_stun_ip(void);
-
-/**
+
+/**
* Update the TURN server IP given the host name
* Will result in a DNS query being executed asynchronous
- *
+ *
* @param turn_server The host name of the TURN server to set
* @since 2.6.0
*/
void purple_network_set_turn_server(const gchar *turn_server);
-
+
/**
* Get the IP address of the TURN server as a string representation
*
@@ -269,14 +269,14 @@ const gchar *purple_network_get_turn_ip(
* @since 2.6.0
*/
const gchar *purple_network_get_turn_ip(void);
-
+
/**
* Remove a port mapping (UPnP or NAT-PMP) associated with listening socket
*
* @param fd Socket to remove the port mapping for
* @since 2.6.0
*/
-void purple_network_remove_port_mapping(gint fd);
+void purple_network_remove_port_mapping(gint fd);
/**
* Convert a UTF-8 domain name to ASCII in accordance with the IDNA
More information about the Commits
mailing list