From 07b0870dbfd637f64c6aa564891331d55a2141ab Mon Sep 17 00:00:00 2001 From: Ankit Vani Date: Sat, 3 Aug 2013 20:35:56 +0530 Subject: OCD --- libpurple/notify.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libpurple/notify.h') diff --git a/libpurple/notify.h b/libpurple/notify.h index 0c8ebc2f18..1d99a68fd4 100644 --- a/libpurple/notify.h +++ b/libpurple/notify.h @@ -54,8 +54,8 @@ typedef void (*PurpleNotifyCloseCallback) (gpointer user_data); typedef enum { PURPLE_NOTIFY_MESSAGE = 0, /**< Message notification. */ - PURPLE_NOTIFY_EMAIL, /**< Single email notification. */ - PURPLE_NOTIFY_EMAILS, /**< Multiple email notification. */ + PURPLE_NOTIFY_EMAIL, /**< Single email notification. */ + PURPLE_NOTIFY_EMAILS, /**< Multiple email notification. */ PURPLE_NOTIFY_FORMATTED, /**< Formatted text. */ PURPLE_NOTIFY_SEARCHRESULTS, /**< Buddy search results. */ PURPLE_NOTIFY_USERINFO, /**< Formatted userinfo text. */ @@ -716,7 +716,7 @@ PurpleNotifyUiOps *purple_notify_get_ui_ops(void); /*@}*/ /**************************************************************************/ -/** @name Notify Subsystem */ +/** @name Notify Subsystem */ /**************************************************************************/ /*@{*/ -- cgit v1.2.1