Mercurial > pidgin.yaz
changeset 18174:bb228f608b61
minor style fix
author | Michael Shkutkov <mshkutkov@soc.pidgin.im> |
---|---|
date | Thu, 21 Jun 2007 22:03:51 +0000 |
parents | dcbf032a027c |
children | 038c14fcadb8 |
files | libpurple/plugins/log_reader.c |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/plugins/log_reader.c Thu Jun 21 21:22:13 2007 +0000 +++ b/libpurple/plugins/log_reader.c Thu Jun 21 22:03:51 2007 +0000 @@ -1973,8 +1973,7 @@ c = contents; line = contents; - while (*c) - { + while (*c) { gboolean is_in_message = FALSE; if (purple_str_has_prefix(line, QIP_LOG_IN_MESSAGE_ESC) ||