aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-02-24 11:24:05 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-02-24 11:24:59 +0800
commit33bbdaa50b4911adcc937ff674466ea43ac8f45d (patch)
tree197a8566f6d8a5a3dbef29cbf6f7e49e86bc4940 /addressbook/gui
parentaac2cb58276cde2d079af3987ad798786862b931 (diff)
downloadgsoc2013-evolution-33bbdaa50b4911adcc937ff674466ea43ac8f45d.tar
gsoc2013-evolution-33bbdaa50b4911adcc937ff674466ea43ac8f45d.tar.gz
gsoc2013-evolution-33bbdaa50b4911adcc937ff674466ea43ac8f45d.tar.bz2
gsoc2013-evolution-33bbdaa50b4911adcc937ff674466ea43ac8f45d.tar.lz
gsoc2013-evolution-33bbdaa50b4911adcc937ff674466ea43ac8f45d.tar.xz
gsoc2013-evolution-33bbdaa50b4911adcc937ff674466ea43ac8f45d.tar.zst
gsoc2013-evolution-33bbdaa50b4911adcc937ff674466ea43ac8f45d.zip
Coding style and whitespace cleanup.
Diffstat (limited to 'addressbook/gui')
-rw-r--r--addressbook/gui/contact-list-editor/e-contact-list-editor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/contact-list-editor/e-contact-list-editor.c b/addressbook/gui/contact-list-editor/e-contact-list-editor.c
index d160563d91..08c92d72d4 100644
--- a/addressbook/gui/contact-list-editor/e-contact-list-editor.c
+++ b/addressbook/gui/contact-list-editor/e-contact-list-editor.c
@@ -515,7 +515,7 @@ contact_list_editor_selection_changed_cb (GtkTreeSelection *selection,
static void
contact_list_editor_add_from_email_entry (EContactListEditor *editor,
- ENameSelectorEntry *entry)
+ ENameSelectorEntry *entry)
{
EDestinationStore *store;
GList *dests, *diter;