diff libpurple/conversation.c @ 31854:7e20e5bbaf2b

Fix indenting.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Mon, 21 Mar 2011 00:10:53 +0000
parents d72d728226dc
children a9e077fb65e9
line wrap: on
line diff
--- a/libpurple/conversation.c	Sun Mar 20 22:13:41 2011 +0000
+++ b/libpurple/conversation.c	Mon Mar 21 00:10:53 2011 +0000
@@ -1218,7 +1218,7 @@
 
 	c = purple_conv_im_get_conversation(im);
 
-    if ((flags & PURPLE_MESSAGE_RECV) == PURPLE_MESSAGE_RECV) {
+	if ((flags & PURPLE_MESSAGE_RECV) == PURPLE_MESSAGE_RECV) {
 		purple_conv_im_set_typing_state(im, PURPLE_NOT_TYPING);
 	}