Fix whitespace

This commit is contained in:
Vincent 2014-04-16 19:19:17 +02:00
parent 7e626a122a
commit adb20689fe

View File

@ -117,7 +117,7 @@ public class ViewKeyKeysAdapter extends CursorAdapter {
keyId.setText(keyIdStr);
// may be set with additional "stripped" later on
if(hasAnySecret && cursor.getInt(mIndexHasSecret) == 0) {
if (hasAnySecret && cursor.getInt(mIndexHasSecret) == 0) {
keyDetails.setText("(" + algorithmStr + ", " +
context.getString(R.string.key_stripped) + ")");
} else {