mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-24 01:32:16 -05:00
Fix even more whitespace
This commit is contained in:
parent
1e64f6b846
commit
8b4700d521
@ -69,7 +69,7 @@ public class ViewKeyKeysAdapter extends CursorAdapter {
|
|||||||
if (newCursor != null) {
|
if (newCursor != null) {
|
||||||
newCursor.moveToFirst();
|
newCursor.moveToFirst();
|
||||||
do {
|
do {
|
||||||
if(newCursor.getInt(mIndexHasSecret) != 0) {
|
if (newCursor.getInt(mIndexHasSecret) != 0) {
|
||||||
hasAnySecret = true;
|
hasAnySecret = true;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user