Fix whitespace
This commit is contained in:
@@ -117,7 +117,7 @@ public class ViewKeyKeysAdapter extends CursorAdapter {
|
|||||||
|
|
||||||
keyId.setText(keyIdStr);
|
keyId.setText(keyIdStr);
|
||||||
// may be set with additional "stripped" later on
|
// may be set with additional "stripped" later on
|
||||||
if(hasAnySecret && cursor.getInt(mIndexHasSecret) == 0) {
|
if (hasAnySecret && cursor.getInt(mIndexHasSecret) == 0) {
|
||||||
keyDetails.setText("(" + algorithmStr + ", " +
|
keyDetails.setText("(" + algorithmStr + ", " +
|
||||||
context.getString(R.string.key_stripped) + ")");
|
context.getString(R.string.key_stripped) + ")");
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user