[evolution-exchange] Coding style and whitespace cleanup.
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-exchange] Coding style and whitespace cleanup.
- Date: Mon, 20 Feb 2012 15:04:38 +0000 (UTC)
commit 26ee3a9bcfe8aaa745e717001c4702884924bdd8
Author: Matthew Barnes <mbarnes redhat com>
Date: Sat Oct 15 12:12:13 2011 -0400
Coding style and whitespace cleanup.
addressbook/e-book-backend-exchange.c | 20 ++++++++++----------
addressbook/e-book-backend-gal.c | 16 ++++++++--------
calendar/e-cal-backend-exchange-calendar.c | 8 ++++----
3 files changed, 22 insertions(+), 22 deletions(-)
---
diff --git a/addressbook/e-book-backend-exchange.c b/addressbook/e-book-backend-exchange.c
index a35818b..9ec12e7 100644
--- a/addressbook/e-book-backend-exchange.c
+++ b/addressbook/e-book-backend-exchange.c
@@ -1706,11 +1706,11 @@ merge_contact_lists (EBookBackendExchange *be,
static void
e_book_backend_exchange_create_contacts (EBookBackendSync *backend,
- EDataBook *book,
- GCancellable *cancellable,
- const GSList *vcards,
- GSList **added_contacts,
- GError **perror)
+ EDataBook *book,
+ GCancellable *cancellable,
+ const GSList *vcards,
+ GSList **added_contacts,
+ GError **perror)
{
EBookBackendExchange *be = E_BOOK_BACKEND_EXCHANGE (backend);
EBookBackendExchangePrivate *bepriv = be->priv;
@@ -1805,11 +1805,11 @@ e_book_backend_exchange_create_contacts (EBookBackendSync *backend,
static void
e_book_backend_exchange_modify_contacts (EBookBackendSync *backend,
- EDataBook *book,
- GCancellable *cancellable,
- const GSList *vcards,
- GSList **contacts,
- GError **perror)
+ EDataBook *book,
+ GCancellable *cancellable,
+ const GSList *vcards,
+ GSList **contacts,
+ GError **perror)
{
EBookBackendExchange *be = E_BOOK_BACKEND_EXCHANGE (backend);
EBookBackendExchangePrivate *bepriv = be->priv;
diff --git a/addressbook/e-book-backend-gal.c b/addressbook/e-book-backend-gal.c
index 0b9a906..b5846d0 100644
--- a/addressbook/e-book-backend-gal.c
+++ b/addressbook/e-book-backend-gal.c
@@ -531,10 +531,10 @@ ldap_error_to_response (gint ldap_error)
static void
create_contacts (EBookBackend *backend,
- EDataBook *book,
- guint32 opid,
- GCancellable *cancellable,
- const GSList *vcards)
+ EDataBook *book,
+ guint32 opid,
+ GCancellable *cancellable,
+ const GSList *vcards)
{
e_data_book_respond_create_contacts (book, opid,
EDB_ERROR (PERMISSION_DENIED),
@@ -555,10 +555,10 @@ remove_contacts (EBookBackend *backend,
static void
modify_contacts (EBookBackend *backend,
- EDataBook *book,
- guint32 opid,
- GCancellable *cancellable,
- const GSList *vcards)
+ EDataBook *book,
+ guint32 opid,
+ GCancellable *cancellable,
+ const GSList *vcards)
{
e_data_book_respond_modify_contacts (book, opid,
EDB_ERROR (PERMISSION_DENIED),
diff --git a/calendar/e-cal-backend-exchange-calendar.c b/calendar/e-cal-backend-exchange-calendar.c
index efe8741..50eaa1a 100644
--- a/calendar/e-cal-backend-exchange-calendar.c
+++ b/calendar/e-cal-backend-exchange-calendar.c
@@ -1986,12 +1986,12 @@ book_resource (ECalBackendExchange *cbex,
}
/*
- Bugfix: 688711 - Varadhan
- PR_PROCESS_MEETING_REQUESTS indicates the possibility that the resource is
- configured to auto-accept in which case, we don't have to do anything.
+ * Bugfix: 688711 - Varadhan
+ * PR_PROCESS_MEETING_REQUESTS indicates the possibility that the resource is
+ * configured to auto-accept in which case, we don't have to do anything.
*/
d(printf("e-cal-backend-exchange-calendar.c: book_resource: meeting_prop: %s\n", meeting_prop));
- if (meeting_prop && atoi(meeting_prop) > 0)
+ if (meeting_prop && atoi (meeting_prop) > 0)
bookable = FALSE;
status = e2k_result_iter_free (iter);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]