From c85109fc322137596bf34cffc5445d568223c60d Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 12 Jul 2012 08:02:18 -0400 Subject: Coding style and whitespace cleanup. --- addressbook/gui/merging/eab-contact-compare.c | 2 +- addressbook/gui/merging/eab-contact-merging.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'addressbook/gui/merging') diff --git a/addressbook/gui/merging/eab-contact-compare.c b/addressbook/gui/merging/eab-contact-compare.c index 9a55ffb134..7c7f096e90 100644 --- a/addressbook/gui/merging/eab-contact-compare.c +++ b/addressbook/gui/merging/eab-contact-compare.c @@ -693,7 +693,7 @@ use_common_book_client (EBookClient *book_client, contact_file_as = e_contact_get (contact, E_CONTACT_FILE_AS); if (contact_file_as) { - query_parts [p++] = g_strdup_printf ("(contains \"file_as\" \"%s\")", contact_file_as); + query_parts[p++] = g_strdup_printf ("(contains \"file_as\" \"%s\")", contact_file_as); g_free (contact_file_as); } diff --git a/addressbook/gui/merging/eab-contact-merging.c b/addressbook/gui/merging/eab-contact-merging.c index cbcb376734..cb2f6055ae 100644 --- a/addressbook/gui/merging/eab-contact-merging.c +++ b/addressbook/gui/merging/eab-contact-merging.c @@ -273,7 +273,7 @@ dropdown_changed (GtkWidget *dropdown, gchar *str; str = gtk_combo_box_text_get_active_text (GTK_COMBO_BOX_TEXT (dropdown)); - if (g_ascii_strcasecmp(str, "")) + if (g_ascii_strcasecmp (str, "")) e_contact_set (data->match, data->field, str); else e_contact_set (data->match, data->field, NULL); -- cgit v1.2.3