mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-05 16:55:05 -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) {
|
||||
newCursor.moveToFirst();
|
||||
do {
|
||||
if(newCursor.getInt(mIndexHasSecret) != 0) {
|
||||
if (newCursor.getInt(mIndexHasSecret) != 0) {
|
||||
hasAnySecret = true;
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user