aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-format-html.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-format-html.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-format-html.c')
-rw-r--r--mail/em-format-html.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/em-format-html.c b/mail/em-format-html.c
index 74b7f0bda0..3c130e63d4 100644
--- a/mail/em-format-html.c
+++ b/mail/em-format-html.c
@@ -1105,7 +1105,7 @@ efh_init (EMFormatHTML *efh,
efh->show_icon = TRUE;
efh->state = EM_FORMAT_HTML_STATE_NONE;
- e_extensible_load_extensions (E_EXTENSIBLE (efh));
+ e_extensible_load_extensions (E_EXTENSIBLE (efh));
}
GType
@@ -1274,7 +1274,7 @@ em_format_html_set_mark_citations (EMFormatHTML *efh,
if (mark_citations)
efh->text_html_flags |=
CAMEL_MIME_FILTER_TOHTML_MARK_CITATION;
- else
+ else
efh->text_html_flags &=
~CAMEL_MIME_FILTER_TOHTML_MARK_CITATION;