Changeset 280

Show
Ignore:
Timestamp:
04/09/03 10:09:11 (6 years ago)
Author:
jajcus
Message:

- cosmetics

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/JGGTRANS_B_1_4/src/requests.c

    r278 r280  
    1 /* $Id: requests.c,v 1.19.2.3 2003/04/09 07:45:10 jajcus Exp $ */ 
     1/* $Id: requests.c,v 1.19.2.4 2003/04/09 08:09:11 jajcus Exp $ */ 
    22 
    33/* 
     
    5050        g_hash_table_remove(lookups, &hash); 
    5151 
    52         if (r)
     52        if (r)
    5353                switch(r->type){ 
    5454                        case RT_VCARD: 
  • branches/JGGTRANS_B_1_4/src/search.c

    r277 r280  
    1 /* $Id: search.c,v 1.24.2.2 2003/04/09 07:41:10 jajcus Exp $ */ 
     1/* $Id: search.c,v 1.24.2.3 2003/04/09 08:09:11 jajcus Exp $ */ 
    22 
    33/* 
     
    271271        xmlnode_insert_cdata(n,to_utf8(city),-1); 
    272272 
    273         if (uin)
     273        if (uin)
    274274                jid=jid_build(atoi(uin)); 
    275275                n=xmlnode_insert_tag(vc,"JABBERID");