diff mcabber/src/roster.c @ 393:f8f3c7493457

Whitespace cleanup
author Mikael Berthe <mikael@lilotux.net>
date Thu, 04 Aug 2005 23:04:54 +0100
parents 33b8e801ffa6
children 03f1e37759a6
line wrap: on
line diff
--- a/mcabber/src/roster.c	Thu Aug 04 22:55:10 2005 +0100
+++ b/mcabber/src/roster.c	Thu Aug 04 23:04:54 2005 +0100
@@ -1,6 +1,6 @@
 /*
  * roster.c     -- Local roster implementation
- * 
+ *
  * Copyright (C) 2005 Mikael Berthe <bmikael@lists.lilotux.net>
  *
  * This program is free software; you can redistribute it and/or modify
@@ -539,7 +539,7 @@
   // Remove the buddy from current group
   sl_group = &((roster*)((GSList*)roster_usr->list)->data)->list;
   *sl_group = g_slist_remove(*sl_group, rosterdata);
-  
+
   // Add the buddy to its new group; actually we "clone" this buddy...
   sl_clone = roster_add_user(roster_usr->jid, roster_usr->name,
           newgroupname, roster_usr->type);