diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2012-03-03 23:24:38 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-03-03 23:24:38 +0800 |
commit | 5234efadbd5b98339aa3b7b5dc1a28b17ac75a67 (patch) | |
tree | 36a2be097278cfa69d663ee95ee53e2bf29fa301 /modules | |
parent | a8fc75d4f3442509032baa258523626301e117c7 (diff) | |
download | gsoc2013-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 'modules')
-rw-r--r-- | modules/mail/e-mail-config-format-html.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/mail/e-mail-config-format-html.c b/modules/mail/e-mail-config-format-html.c index 6f0a1afc49..31ca88b744 100644 --- a/modules/mail/e-mail-config-format-html.c +++ b/modules/mail/e-mail-config-format-html.c @@ -51,10 +51,10 @@ mail_config_format_html_constructed (GObject *object) e_binding_transform_string_to_color, NULL, NULL, (GDestroyNotify) NULL); - g_object_bind_property ( - shell_settings, "mail-mark-citations", - extensible, "mark-citations", - G_BINDING_SYNC_CREATE); + g_object_bind_property ( + shell_settings, "mail-mark-citations", + extensible, "mark-citations", + G_BINDING_SYNC_CREATE); g_object_bind_property ( shell_settings, "mail-image-loading-policy", |