pidgin: c846c659: nullprpl: Whitespace

darkrain42 at pidgin.im darkrain42 at pidgin.im
Sat Apr 10 14:30:55 EDT 2010


-----------------------------------------------------------------
Revision: c846c6591cab290fd1fe5178f0085ac14858874e
Ancestor: 7c76f200d8b976548ea95b94a1674b931a7694f7
Author: darkrain42 at pidgin.im
Date: 2010-04-10T03:12:45
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/c846c6591cab290fd1fe5178f0085ac14858874e

Modified files:
        libpurple/protocols/null/nullprpl.c

ChangeLog: 

nullprpl: Whitespace

-------------- next part --------------
============================================================
--- libpurple/protocols/null/nullprpl.c	30252886e27782f86ad9c3ebab2d8605ab9f1e08
+++ libpurple/protocols/null/nullprpl.c	4207f6911a52c5131d7a01492d7b79816df3457f
@@ -997,7 +997,7 @@ static PurpleRoomlist *nullprpl_roomlist
 
     /* This cast is OK because this list is only staying around for the life
      * of this function and none of the conversations are being deleted
-	 * in that timespan. */
+     * in that timespan. */
     seen_ids = g_list_prepend(seen_ids, (char *)name); /* no, it's new. */
     purple_debug_info("nullprpl", "%s (%d), ", name, id);
 
@@ -1117,10 +1117,10 @@ static PurplePluginProtocolInfo prpl_inf
   NULL,                                /* send_attention */
   NULL,                                /* get_attention_types */
   sizeof(PurplePluginProtocolInfo),    /* struct_size */
-  NULL,				       /* get_account_text_table */
+  NULL,                                /* get_account_text_table */
   NULL,                                /* initiate_media */
   NULL,                                /* get_media_caps */
-  NULL				       /* get_moods */
+  NULL                                 /* get_moods */
 };
 
 static void nullprpl_init(PurplePlugin *plugin)


More information about the Commits mailing list