From 6b10451b79a975037ee4046d6c964af3f485dd04 Mon Sep 17 00:00:00 2001 From: Andrew Chen Date: Sat, 29 Sep 2012 07:48:58 -0700 Subject: [PATCH] Whitespace; no functional changes. --- src/com/fsck/k9/activity/MessageList.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/fsck/k9/activity/MessageList.java b/src/com/fsck/k9/activity/MessageList.java index 87ddacad5..45fe6630e 100644 --- a/src/com/fsck/k9/activity/MessageList.java +++ b/src/com/fsck/k9/activity/MessageList.java @@ -1521,7 +1521,7 @@ public class MessageList extends K9ListActivity implements OnItemClickListener, @Override public void onBackPressed() { // If we represent a remote search, then kill that before going back. - if(mSearchAccount != null && mSearchFolder != null && mRemoteSearchFuture != null) { + if (mSearchAccount != null && mSearchFolder != null && mRemoteSearchFuture != null) { try { Log.i(K9.LOG_TAG, "Remote search in progress, attempting to abort..."); // Canceling the future stops any message fetches in progress.