mirror of
https://github.com/moparisthebest/k-9
synced 2024-12-25 00:58:50 -05:00
Fix indentation and code style
This commit is contained in:
parent
ab3044c9fa
commit
70399829c2
@ -3463,7 +3463,9 @@ public class MessageListFragment extends SherlockFragment implements OnItemClick
|
||||
}
|
||||
|
||||
for (boolean cursorValid : mCursorValid) {
|
||||
if (!cursorValid) return false;
|
||||
if (!cursorValid) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user