src/gtkblist.c

changeset 10144
22c7584a403d
parent 10129
883d96d18b0a
child 10178
16a2e27759fe
--- 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 : "");

mercurial