aboutsummaryrefslogtreecommitdiffstats
path: root/libemail-engine
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2012-06-24 19:43:06 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-06-25 08:31:43 +0800
commitcc8bf823ec514f6ba1f59fa8d8103936fa48d070 (patch)
tree28123abc136d37a3574e1060d76188e031b5dd12 /libemail-engine
parent728c641c164f23acf43b306d37484888d2318958 (diff)
downloadgsoc2013-evolution-cc8bf823ec514f6ba1f59fa8d8103936fa48d070.tar
gsoc2013-evolution-cc8bf823ec514f6ba1f59fa8d8103936fa48d070.tar.gz
gsoc2013-evolution-cc8bf823ec514f6ba1f59fa8d8103936fa48d070.tar.bz2
gsoc2013-evolution-cc8bf823ec514f6ba1f59fa8d8103936fa48d070.tar.lz
gsoc2013-evolution-cc8bf823ec514f6ba1f59fa8d8103936fa48d070.tar.xz
gsoc2013-evolution-cc8bf823ec514f6ba1f59fa8d8103936fa48d070.tar.zst
gsoc2013-evolution-cc8bf823ec514f6ba1f59fa8d8103936fa48d070.zip
Coding style and whitespace cleanup.
Diffstat (limited to 'libemail-engine')
-rw-r--r--libemail-engine/e-mail-utils.c6
-rw-r--r--libemail-engine/mail-ops.c2
2 files changed, 4 insertions, 4 deletions
diff --git a/libemail-engine/e-mail-utils.c b/libemail-engine/e-mail-utils.c
index 964de9810f..235cd9459a 100644
--- a/libemail-engine/e-mail-utils.c
+++ b/libemail-engine/e-mail-utils.c
@@ -380,7 +380,7 @@ search_address_in_addressbooks (ESourceRegistry *registry,
gboolean (*check_contact) (EContact *contact,
gpointer user_data),
gpointer user_data,
- GCancellable *cancellable)
+ GCancellable *cancellable)
{
GList *list, *link;
GList *addr_sources = NULL;
@@ -601,7 +601,7 @@ gboolean
em_utils_in_addressbook (ESourceRegistry *registry,
CamelInternetAddress *iaddr,
gboolean local_only,
- GCancellable *cancellable)
+ GCancellable *cancellable)
{
const gchar *addr;
@@ -656,7 +656,7 @@ CamelMimePart *
em_utils_contact_photo (ESourceRegistry *registry,
CamelInternetAddress *cia,
gboolean local_only,
- GCancellable *cancellable)
+ GCancellable *cancellable)
{
const gchar *addr = NULL;
CamelMimePart *part = NULL;
diff --git a/libemail-engine/mail-ops.c b/libemail-engine/mail-ops.c
index 9e821a0fcf..27476d90ae 100644
--- a/libemail-engine/mail-ops.c
+++ b/libemail-engine/mail-ops.c
@@ -429,7 +429,7 @@ static MailMsgInfo fetch_mail_info = {
/* ouch, a 'do everything' interface ... */
void
mail_fetch_mail (CamelStore *store,
- CamelFetchType fetch_type,
+ CamelFetchType fetch_type,
gint fetch_count,
const gchar *type,
MailProviderFetchLockFunc lock_func,