Mercurial > pidgin
changeset 23427:76dbcdd86fe2
Whitespace fix
author | Evan Schoenberg <evan.s@dreskin.net> |
---|---|
date | Fri, 04 Jul 2008 16:14:48 +0000 |
parents | ce361cc8e43b |
children | 9ad75be23c93 |
files | libpurple/protocols/jabber/parser.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/jabber/parser.c Fri Jul 04 16:14:35 2008 +0000 +++ b/libpurple/protocols/jabber/parser.c Fri Jul 04 16:14:48 2008 +0000 @@ -201,7 +201,7 @@ { int ret; - if (js->context == NULL) { + if (js->context == NULL) { /* libxml inconsistently starts parsing on creating the * parser, so do a ParseChunk right afterwards to force it. */ js->context = xmlCreatePushParserCtxt(&jabber_parser_libxml, js, buf, len, NULL);