diff src/protocols/sametime/sametime.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 ec9b92104904
children a0a4b44239e8
line wrap: on
line diff
--- a/src/protocols/sametime/sametime.c	Mon Jan 23 11:41:51 2006 +0000
+++ b/src/protocols/sametime/sametime.c	Mon Jan 23 12:31:27 2006 +0000
@@ -1218,7 +1218,7 @@
     so we use the blist-node-extended-menu signal to trigger this
     handler */
 static void blist_node_menu_cb(GaimBlistNode *node,
-			       GList **menu, struct mwGaimPluginData *pd) {
+                               GList **menu, struct mwGaimPluginData *pd) {
   const char *owner;
   GaimGroup *group;
   GaimAccount *acct;
@@ -1240,7 +1240,7 @@
   if(gaim_group_on_account(group, acct)) {
     act = gaim_menu_action_new(_("Invite Group to Conference..."),
                                GAIM_CALLBACK(blist_menu_group_invite),
-			       pd, NULL);
+                               pd, NULL);
     *menu = g_list_append(*menu, NULL);
   }
 #endif