aboutsummaryrefslogtreecommitdiffstats
path: root/mail/message-tag-editor.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-editor.c
parentadb63f0f2156554a21dbfd8daba447001985e967 (diff)
downloadgsoc2013-evolution-0274669179600ac77475eed9870d2eab52c2cf14.tar
gsoc2013-evolution-0274669179600ac77475eed9870d2eab52c2cf14.tar.gz
gsoc2013-evolution-0274669179600ac77475eed9870d2eab52c2cf14.tar.bz2
gsoc2013-evolution-0274669179600ac77475eed9870d2eab52c2cf14.tar.lz
gsoc2013-evolution-0274669179600ac77475eed9870d2eab52c2cf14.tar.xz
gsoc2013-evolution-0274669179600ac77475eed9870d2eab52c2cf14.tar.zst
gsoc2013-evolution-0274669179600ac77475eed9870d2eab52c2cf14.zip
Fix excessive whitespace.
Diffstat (limited to 'mail/message-tag-editor.c')
-rw-r--r--mail/message-tag-editor.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/mail/message-tag-editor.c b/mail/message-tag-editor.c
index d3a1d15bfe..1936cd8717 100644
--- a/mail/message-tag-editor.c
+++ b/mail/message-tag-editor.c
@@ -21,7 +21,6 @@
*
*/
-
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
@@ -86,7 +85,6 @@ message_tag_editor_init (MessageTagEditor *editor)
gtk_dialog_set_default_response (GTK_DIALOG (editor), GTK_RESPONSE_OK);
}
-
static void
message_tag_editor_finalise (GObject *obj)
{
@@ -109,7 +107,6 @@ message_tag_editor_get_tag_list (MessageTagEditor *editor)
return MESSAGE_TAG_EDITOR_GET_CLASS (editor)->get_tag_list (editor);
}
-
static void
set_tag_list (MessageTagEditor *editor, CamelTag *tags)
{