# HG changeset patch # User Paul Aurich # Date 1270869165 0 # Node ID 7dd09af2bbc98a29473dd800c82029c957b165e1 # Parent c59a781958ff6fdc3cec848c2988c992d76d5586 nullprpl: Whitespace diff -r c59a781958ff -r 7dd09af2bbc9 libpurple/protocols/null/nullprpl.c --- a/libpurple/protocols/null/nullprpl.c Fri Apr 09 02:28:57 2010 +0000 +++ b/libpurple/protocols/null/nullprpl.c Sat Apr 10 03:12:45 2010 +0000 @@ -997,7 +997,7 @@ /* 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 @@ 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)