Mercurial > pidgin
changeset 29694:7dd09af2bbc9
nullprpl: Whitespace
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Sat, 10 Apr 2010 03:12:45 +0000 |
parents | c59a781958ff |
children | ab168cf2713e |
files | libpurple/protocols/null/nullprpl.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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)