diff src/gtkroomlist.c @ 12286:255e6912607b

[gaim-migrate @ 14590] Mostly whitespace, but a couple small typo fixes, and an A;B -> B;A; swap to be consistent in plugins/notify.c committer: Tailor Script <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Thu, 01 Dec 2005 21:13:48 +0000
parents 1ae1454204cd
children e856f985a0b9
line wrap: on
line diff
--- a/src/gtkroomlist.c	Thu Dec 01 20:09:27 2005 +0000
+++ b/src/gtkroomlist.c	Thu Dec 01 21:13:48 2005 +0000
@@ -629,7 +629,7 @@
 
 static void gaim_gtk_roomlist_add_room(GaimRoomlist *list, GaimRoomlistRoom *room)
 {
-	GaimGtkRoomlist *rl= list->ui_data;
+	GaimGtkRoomlist *rl = list->ui_data;
 	GtkTreeRowReference *rr, *parentrr = NULL;
 	GtkTreePath *path;
 	GtkTreeIter iter, parent, child;