aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-composer-utils.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-10-24 13:10:42 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-10-24 13:10:42 +0800
commitd48348f3404f71dddfacfd348f035479d308dede (patch)
tree631e2e89b2219027735c10f9723f76ab6bd3e265 /mail/em-composer-utils.c
parent11f85495a9fb083e40ccc47c4ec533dbe6dea9e7 (diff)
downloadgsoc2013-evolution-d48348f3404f71dddfacfd348f035479d308dede.tar
gsoc2013-evolution-d48348f3404f71dddfacfd348f035479d308dede.tar.gz
gsoc2013-evolution-d48348f3404f71dddfacfd348f035479d308dede.tar.bz2
gsoc2013-evolution-d48348f3404f71dddfacfd348f035479d308dede.tar.lz
gsoc2013-evolution-d48348f3404f71dddfacfd348f035479d308dede.tar.xz
gsoc2013-evolution-d48348f3404f71dddfacfd348f035479d308dede.tar.zst
gsoc2013-evolution-d48348f3404f71dddfacfd348f035479d308dede.zip
Coding style and whitespace cleanups.
Diffstat (limited to 'mail/em-composer-utils.c')
-rw-r--r--mail/em-composer-utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-composer-utils.c b/mail/em-composer-utils.c
index b2083b78d3..f03a66d7f5 100644
--- a/mail/em-composer-utils.c
+++ b/mail/em-composer-utils.c
@@ -2015,7 +2015,7 @@ get_reply_all (CamelMimeMessage *message, CamelInternetAddress *to, CamelInterne
camel_internet_address_get (reply_to, 0, &name, &addr);
camel_internet_address_add (to, name, addr);
}
-
+
/* promote the first Cc: address to To: if To: is empty */
if (camel_address_length ((CamelAddress *) to) == 0 && camel_address_length ((CamelAddress *)cc) > 0) {
camel_internet_address_get (cc, 0, &name, &addr);