pidgin: f4937fe3: Fix some whitespace as noticed by QuLogi...

rlaager at pidgin.im rlaager at pidgin.im
Sat May 10 01:50:45 EDT 2008


-----------------------------------------------------------------
Revision: f4937fe34b4126e7b7db3d81c7821d343399c130
Ancestor: 7815e65846615c3c0be3764a6335b1bbad492ba5
Author: rlaager at pidgin.im
Date: 2008-05-10T05:48:52
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/f4937fe34b4126e7b7db3d81c7821d343399c130

Modified files:
        libpurple/network.c

ChangeLog: 

Fix some whitespace as noticed by QuLogic.

-------------- next part --------------
============================================================
--- libpurple/network.c	c70cc18d41956bb374b1836ac9723bfb37b0ce5a
+++ libpurple/network.c	403c41e2edc357d19e6fd9fd9a549fec073e629b
@@ -596,9 +596,9 @@ purple_network_is_available(void)
 #ifdef HAVE_NETWORKMANAGER_NETWORKMANAGER_H
 	NMState state = nm_get_network_state();
 	if (state == NM_STATE_UNKNOWN)
- 	{
+	{
 		purple_debug_warning("network", "NetworkManager not active. Assuming connection exists.\n");
- 		return TRUE;
+		return TRUE;
 	}
 	else if (state == NM_STATE_CONNECTED)
 		return TRUE;


More information about the Commits mailing list