From 59e6e599ba390b0aa720973ff297260d7d354b73 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Wed, 18 Jan 2012 21:24:06 -0500 Subject: Coding style and whitespace cleanup. --- modules/addressbook/e-book-shell-backend.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/addressbook') diff --git a/modules/addressbook/e-book-shell-backend.c b/modules/addressbook/e-book-shell-backend.c index a07d500bfc..b717b090d3 100644 --- a/modules/addressbook/e-book-shell-backend.c +++ b/modules/addressbook/e-book-shell-backend.c @@ -133,11 +133,11 @@ book_shell_backend_ensure_sources (EShellBackend *shell_backend) e_source_group_add_source (on_this_computer, source, -1); e_source_set_property (source, "completion", "true"); g_object_unref (source); - e_source_list_sync (priv->source_list, NULL); + e_source_list_sync (priv->source_list, NULL); } else if (!e_source_get_property (personal, "name-changed")) { /* Force the source name to the current locale. */ e_source_set_name (personal, name); - e_source_list_sync (priv->source_list, NULL); + e_source_list_sync (priv->source_list, NULL); } g_object_unref (on_this_computer); -- cgit v1.2.3