changeset 10144:757a7c088801

[gaim-migrate @ 11216] Whitespace. Aka "I'm still here! Lookatme lookatme lookatme! I'm cool!" committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 25 Oct 2004 23:45:26 +0000
parents c0ea78153d6f
children 4d484e455839
files src/gtkblist.c
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkblist.c	Mon Oct 25 19:50:30 2004 +0000
+++ b/src/gtkblist.c	Mon Oct 25 23:45:26 2004 +0000
@@ -440,7 +440,7 @@
 #endif
 
 static char dim_grey_string[8] = "";
-static char *dim_grey() 
+static char *dim_grey()
 {
 	if (!gtkblist)
 		return "dim grey";
@@ -453,7 +453,7 @@
 	}
 	return dim_grey_string;
 }
-		
+
 /***************************************************
  *              Callbacks                          *
  ***************************************************/
@@ -2899,7 +2899,7 @@
 		else
 			text = g_strdup_printf("%s\n"
 					       "<span color='%s' size='smaller'>%s%s%s</span>", esc,
-					       dim_grey(), 
+					       dim_grey(),
 					       statustext != NULL ? statustext :  "",
 					       idletime != NULL ? idletime : "",
 					       warning != NULL ? warning : "");