Fix even more whitespace

This commit is contained in:
Vincent 2014-04-16 19:20:42 +02:00
parent 1e64f6b846
commit 8b4700d521
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}