diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2012-05-13 21:15:42 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-05-13 21:15:42 +0800 |
commit | 89777f0726a0127daddd593c8a28384204cb7aaf (patch) | |
tree | ecfafdadb6e7df01e185119689dfd8bddb748dde /mail/em-format-html.c | |
parent | 26f133162d798a342fea56a79301caf0117b7d63 (diff) | |
download | gsoc2013-evolution-89777f0726a0127daddd593c8a28384204cb7aaf.tar gsoc2013-evolution-89777f0726a0127daddd593c8a28384204cb7aaf.tar.gz gsoc2013-evolution-89777f0726a0127daddd593c8a28384204cb7aaf.tar.bz2 gsoc2013-evolution-89777f0726a0127daddd593c8a28384204cb7aaf.tar.lz gsoc2013-evolution-89777f0726a0127daddd593c8a28384204cb7aaf.tar.xz gsoc2013-evolution-89777f0726a0127daddd593c8a28384204cb7aaf.tar.zst gsoc2013-evolution-89777f0726a0127daddd593c8a28384204cb7aaf.zip |
Whitespace cleanups.
Diffstat (limited to 'mail/em-format-html.c')
-rw-r--r-- | mail/em-format-html.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/em-format-html.c b/mail/em-format-html.c index 5886142d6e..aea13e910b 100644 --- a/mail/em-format-html.c +++ b/mail/em-format-html.c @@ -614,7 +614,6 @@ efh_write_image (EMFormat *emf, content = g_base64_encode ((guchar *) buff, len); g_free (buff); - } else { content = g_base64_encode ((guchar *) ba->data, ba->len); } @@ -2609,7 +2608,9 @@ efh_format_short_headers (EMFormatHTML *efh, } static void -write_contact_picture (CamelMimePart *part, gint size, GString *buffer) +write_contact_picture (CamelMimePart *part, + gint size, + GString *buffer) { gchar *b64, *content_type; CamelDataWrapper *dw; |