# HG changeset patch # User Mark Doliner # Date 1236111925 0 # Node ID cc9fb95cede56d9b07df1c599a8550f31e8a4c49 # Parent 375f82b53e9551159f86e702258efc2be27f0a90 Remove a wee bit of trailing whitespace diff -r 375f82b53e95 -r cc9fb95cede5 libpurple/protocols/oscar/oscar.c --- a/libpurple/protocols/oscar/oscar.c Tue Mar 03 05:56:31 2009 +0000 +++ b/libpurple/protocols/oscar/oscar.c Tue Mar 03 20:25:25 2009 +0000 @@ -4813,13 +4813,13 @@ else { char *status_text = NULL; - + htmlaway = purple_status_get_attr_string(status, "message"); if ((htmlaway == NULL) || (*htmlaway == '\0')) htmlaway = purple_status_type_get_name(status_type); - + /* ICQ 6.x seems to use an available message for all statuses so set one */ - if (od->icq) + if (od->icq) { status_text = purple_markup_strip_html(htmlaway); /* If the status_text is longer than 251 characters then truncate it */ @@ -4833,7 +4833,7 @@ g_free(status_text); /* Set a proper away message for icq too so that they work for old third party clients */ - + away = purple_prpl_oscar_convert_to_infotext(htmlaway, &awaylen, &away_encoding); if (awaylen > od->rights.maxawaymsglen)