diff src/conversation.h @ 10008:50c1724d5e59

[gaim-migrate @ 10925] Lots of needless shuffling of stuff around. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 10 Sep 2004 04:43:31 +0000
parents acbbc0d73600
children a66cf83552dc
line wrap: on
line diff
--- a/src/conversation.h	Fri Sep 10 04:30:37 2004 +0000
+++ b/src/conversation.h	Fri Sep 10 04:43:31 2004 +0000
@@ -118,6 +118,7 @@
 	GAIM_MESSAGE_WHISPER   = 0x0080, /**< Whispered message.       */
 	GAIM_MESSAGE_ERROR     = 0x0200, /**< Error message.           */
 	GAIM_MESSAGE_DELAYED   = 0x0400  /**< Delayed message.         */
+
 } GaimMessageFlags;
 
 /**
@@ -130,6 +131,7 @@
 	GAIM_CBFLAGS_HALFOP        = 0x0002, /**< Half-op                      */
 	GAIM_CBFLAGS_OP            = 0x0004, /**< Channel Op or Moderator      */
 	GAIM_CBFLAGS_FOUNDER       = 0x0008  /**< Channel Founder              */
+
 } GaimConvChatBuddyFlags;
 
 #include "account.h"