comparison libpurple/protocols/msn/state.c @ 31534:a8cc50c2279f

Remove trailing whitespace
author Richard Laager <rlaager@wiktel.com>
date Tue, 04 Jan 2011 06:55:30 +0000
parents a99b6dcdb60d
children d235da74af79
comparison
equal deleted inserted replaced
31533:44f53d3fc54f 31534:a8cc50c2279f
221 } else if (strcmp(client_type, "web") == 0) { 221 } else if (strcmp(client_type, "web") == 0) {
222 caps |= MSN_CLIENT_CAP_WEBMSGR; 222 caps |= MSN_CLIENT_CAP_WEBMSGR;
223 } else if (strcmp(client_type, "bot") == 0) { 223 } else if (strcmp(client_type, "bot") == 0) {
224 caps |= MSN_CLIENT_CAP_BOT; 224 caps |= MSN_CLIENT_CAP_BOT;
225 } 225 }
226 /* MSN doesn't a "console" type... 226 /* MSN doesn't a "console" type...
227 What, they have no ncurses UI? :-) */ 227 What, they have no ncurses UI? :-) */
228 } 228 }
229 } 229 }
230 230
231 account = session->account; 231 account = session->account;