aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-vfolder-editor-context.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2012-03-03 23:24:38 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-03-03 23:24:38 +0800
commit5234efadbd5b98339aa3b7b5dc1a28b17ac75a67 (patch)
tree36a2be097278cfa69d663ee95ee53e2bf29fa301 /mail/em-vfolder-editor-context.c
parenta8fc75d4f3442509032baa258523626301e117c7 (diff)
downloadgsoc2013-evolution-5234efadbd5b98339aa3b7b5dc1a28b17ac75a67.tar
gsoc2013-evolution-5234efadbd5b98339aa3b7b5dc1a28b17ac75a67.tar.gz
gsoc2013-evolution-5234efadbd5b98339aa3b7b5dc1a28b17ac75a67.tar.bz2
gsoc2013-evolution-5234efadbd5b98339aa3b7b5dc1a28b17ac75a67.tar.lz
gsoc2013-evolution-5234efadbd5b98339aa3b7b5dc1a28b17ac75a67.tar.xz
gsoc2013-evolution-5234efadbd5b98339aa3b7b5dc1a28b17ac75a67.tar.zst
gsoc2013-evolution-5234efadbd5b98339aa3b7b5dc1a28b17ac75a67.zip
Whitespace cleanups.
Diffstat (limited to 'mail/em-vfolder-editor-context.c')
-rw-r--r--mail/em-vfolder-editor-context.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/em-vfolder-editor-context.c b/mail/em-vfolder-editor-context.c
index 89e0048bba..b7c7a490da 100644
--- a/mail/em-vfolder-editor-context.c
+++ b/mail/em-vfolder-editor-context.c
@@ -41,7 +41,7 @@
((obj), EM_TYPE_VFOLDER_EDITOR_CONTEXT, EMVFolderEditorContextPrivate))
struct _EMVFolderEditorContextPrivate {
- EMailSession *session;
+ EMailSession *session;
};
enum {
@@ -161,7 +161,7 @@ em_vfolder_editor_context_class_init (EMVFolderEditorContextClass *class)
object_class = G_OBJECT_CLASS (class);
object_class->set_property = vfolder_editor_context_set_property;
- object_class->get_property = vfolder_editor_context_get_property;
+ object_class->get_property = vfolder_editor_context_get_property;
object_class->dispose = vfolder_editor_context_dispose;
rule_context_class = E_RULE_CONTEXT_CLASS (class);
@@ -176,7 +176,7 @@ em_vfolder_editor_context_class_init (EMVFolderEditorContextClass *class)
NULL,
E_TYPE_MAIL_SESSION,
G_PARAM_READWRITE |
- G_PARAM_CONSTRUCT_ONLY));
+ G_PARAM_CONSTRUCT_ONLY));
}
static void