diff mcabber/src/roster.c @ 562:7fc678ac3bc6

Cosmetic changes
author Mikael Berthe <mikael@lilotux.net>
date Fri, 02 Dec 2005 23:10:34 +0100
parents 265c50238a48
children b0f1b127bfb6
line wrap: on
line diff
--- a/mcabber/src/roster.c	Fri Dec 02 00:16:49 2005 +0100
+++ b/mcabber/src/roster.c	Fri Dec 02 23:10:34 2005 +0100
@@ -243,7 +243,7 @@
 
 // Returns a pointer to the new user, or existing user with that name
 GSList *roster_add_user(const char *jid, const char *name, const char *group,
-        guint type)
+                        guint type)
 {
   roster *roster_usr;
   roster *my_group;
@@ -711,7 +711,7 @@
 
   // 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);
+                             newgroupname, roster_usr->type);
   roster_clone = (roster*)sl_clone->data;
   roster_clone->subscription = roster_usr->subscription;
   roster_clone->flags = roster_usr->flags;