1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-12-26 01:28:50 -05:00

Fix indentation and code style

This commit is contained in:
cketti 2014-02-17 19:57:44 +01:00
parent ab3044c9fa
commit 70399829c2

View File

@ -3463,7 +3463,9 @@ public class MessageListFragment extends SherlockFragment implements OnItemClick
} }
for (boolean cursorValid : mCursorValid) { for (boolean cursorValid : mCursorValid) {
if (!cursorValid) return false; if (!cursorValid) {
return false;
}
} }
return true; return true;