From 381da75df2d53c6d6d93ad2fa49084877a10855d Mon Sep 17 00:00:00 2001 From: Emanuele Giaquinta Date: Sun, 4 Jan 2009 18:32:59 -0800 Subject: [PATCH] Indentation fix --- ChangeLog | 6 ++++++ imap/util.c | 11 ++++++----- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index be5d5b475..255e5401b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-01-04 18:12 -0800 Brendan Cully (1947c370fcd9) + + * Makefile.am: Remove obsolete make target + + * doc/manual.xml.head: Update copyright in manual + 2009-01-04 17:07 -0800 Vincent Lefevre (bbe8694acc33) * po/fr.po: Updated French translation diff --git a/imap/util.c b/imap/util.c index 25e15d5e9..45e5673ba 100644 --- a/imap/util.c +++ b/imap/util.c @@ -792,9 +792,10 @@ void imap_disallow_reopen (CONTEXT *ctx) int imap_account_match (const ACCOUNT* a1, const ACCOUNT* a2) { - IMAP_DATA* a1_idata = imap_conn_find (a1, M_IMAP_CONN_NONEW); - IMAP_DATA* a2_idata = imap_conn_find (a2, M_IMAP_CONN_NONEW); - const ACCOUNT* a1_canon = a1_idata == NULL ? a1 : &a1_idata->conn->account; - const ACCOUNT* a2_canon = a2_idata == NULL ? a2 : &a2_idata->conn->account; - return mutt_account_match (a1_canon, a2_canon); + IMAP_DATA* a1_idata = imap_conn_find (a1, M_IMAP_CONN_NONEW); + IMAP_DATA* a2_idata = imap_conn_find (a2, M_IMAP_CONN_NONEW); + const ACCOUNT* a1_canon = a1_idata == NULL ? a1 : &a1_idata->conn->account; + const ACCOUNT* a2_canon = a2_idata == NULL ? a2 : &a2_idata->conn->account; + + return mutt_account_match (a1_canon, a2_canon); } -- 2.50.0