aboutsummaryrefslogtreecommitdiffstats
path: root/mail/message-tag-followup.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-07-13 11:33:07 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-07-13 11:33:07 +0800
commit0274669179600ac77475eed9870d2eab52c2cf14 (patch)
tree80f228649b670efac7f76ba5c0da5ed22a3a05c9 /mail/message-tag-followup.c
parentadb63f0f2156554a21dbfd8daba447001985e967 (diff)
downloadgsoc2013-evolution-0274669179600ac77475eed9870d2eab52c2cf14.tar.gz
gsoc2013-evolution-0274669179600ac77475eed9870d2eab52c2cf14.tar.zst
gsoc2013-evolution-0274669179600ac77475eed9870d2eab52c2cf14.zip
Fix excessive whitespace.
Diffstat (limited to 'mail/message-tag-followup.c')
-rw-r--r--mail/message-tag-followup.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/mail/message-tag-followup.c b/mail/message-tag-followup.c
index bf596c17da..9293205fb3 100644
--- a/mail/message-tag-followup.c
+++ b/mail/message-tag-followup.c
@@ -49,7 +49,6 @@ static void message_tag_followup_finalise (GObject *obj);
static CamelTag *get_tag_list (MessageTagEditor *editor);
static void set_tag_list (MessageTagEditor *editor, CamelTag *tags);
-
#define DEFAULT_FLAG 2 /* Follow-Up */
static const gchar *available_flags[] = {
N_("Call"),
@@ -67,10 +66,8 @@ static const gchar *available_flags[] = {
static gint num_available_flags = sizeof (available_flags) / sizeof (available_flags[0]);
-
static MessageTagEditorClass *parent_class = NULL;
-
GType
message_tag_followup_get_type (void)
{
@@ -119,7 +116,6 @@ message_tag_followup_init (MessageTagFollowUp *editor)
editor->completed_date = 0;
}
-
static void
message_tag_followup_finalise (GObject *obj)
{
@@ -130,7 +126,6 @@ message_tag_followup_finalise (GObject *obj)
G_OBJECT_CLASS (parent_class)->finalize (obj);
}
-
static CamelTag *
get_tag_list (MessageTagEditor *editor)
{