comparison pidgin/plugins/crazychat/crazychat.c @ 31534:a8cc50c2279f

Remove trailing whitespace
author Richard Laager <rlaager@wiktel.com>
date Tue, 04 Jan 2011 06:55:30 +0000
parents 5fe8042783c1
children
comparison
equal deleted inserted replaced
31533:44f53d3fc54f 31534:a8cc50c2279f
63 } 63 }
64 64
65 void cc_remove_session(struct crazychat *cc, struct cc_session *session) 65 void cc_remove_session(struct crazychat *cc, struct cc_session *session)
66 { 66 {
67 struct cc_session_node *curr, *prev; 67 struct cc_session_node *curr, *prev;
68 68
69 assert(cc); 69 assert(cc);
70 assert(session); 70 assert(session);
71 71
72 assert(cc->sessions); 72 assert(cc->sessions);
73 73