changeset 25450:cc9fb95cede5

Remove a wee bit of trailing whitespace
author Mark Doliner <mark@kingant.net>
date Tue, 03 Mar 2009 20:25:25 +0000
parents 375f82b53e95
children 9d931c8e9d90
files libpurple/protocols/oscar/oscar.c
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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)