Fix even more whitespace
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user