diff src/protocols/yahoo/yahoo.c @ 13021:eb64b2b26e56

[gaim-migrate @ 15374] The last of the whitespace from that tree. committer: Tailor Script <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Mon, 23 Jan 2006 12:31:27 +0000
parents 68db2c40efb2
children 465c7e1dfc7b
line wrap: on
line diff
--- a/src/protocols/yahoo/yahoo.c	Mon Jan 23 11:41:51 2006 +0000
+++ b/src/protocols/yahoo/yahoo.c	Mon Jan 23 12:31:27 2006 +0000
@@ -2869,30 +2869,30 @@
 	if (yd->current_status == YAHOO_STATUS_INVISIBLE) {
 		if (f->presence != YAHOO_PRESENCE_ONLINE) {
 			act = gaim_menu_action_new(_("Appear Online"),
-					GAIM_CALLBACK(yahoo_presence_settings),
-					GINT_TO_POINTER(YAHOO_PRESENCE_ONLINE),
-					NULL);
+			                           GAIM_CALLBACK(yahoo_presence_settings),
+			                           GINT_TO_POINTER(YAHOO_PRESENCE_ONLINE),
+			                           NULL);
 			m = g_list_append(m, act);
 		} else if (f->presence != YAHOO_PRESENCE_DEFAULT) {
 			act = gaim_menu_action_new(_("Appear Offline"),
-					GAIM_CALLBACK(yahoo_presence_settings),
-					GINT_TO_POINTER(YAHOO_PRESENCE_DEFAULT),
-					NULL);
+			                           GAIM_CALLBACK(yahoo_presence_settings),
+			                           GINT_TO_POINTER(YAHOO_PRESENCE_DEFAULT),
+			                           NULL);
 			m = g_list_append(m, act);
 		}
 	}
 
 	if (f->presence == YAHOO_PRESENCE_PERM_OFFLINE) {
-		act = gaim_menu_action_new(
-				_("Don't Appear Permanently Offline"),
-				GAIM_CALLBACK(yahoo_presence_settings),
-				GINT_TO_POINTER(YAHOO_PRESENCE_DEFAULT), NULL);
+		act = gaim_menu_action_new(_("Don't Appear Permanently Offline"),
+		                           GAIM_CALLBACK(yahoo_presence_settings),
+		                           GINT_TO_POINTER(YAHOO_PRESENCE_DEFAULT),
+		                           NULL);
 		m = g_list_append(m, act);
 	} else {
 		act = gaim_menu_action_new(_("Appear Permanently Offline"),
-				GAIM_CALLBACK(yahoo_presence_settings),
-				GINT_TO_POINTER(YAHOO_PRESENCE_PERM_OFFLINE),
-				NULL);
+		                           GAIM_CALLBACK(yahoo_presence_settings),
+		                           GINT_TO_POINTER(YAHOO_PRESENCE_PERM_OFFLINE),
+		                           NULL);
 		m = g_list_append(m, act);
 	}