Merge "Code reformatting for upcoming annotations." am: 60c8cfdd0f

am: 02763a1c3e

Change-Id: Icdbef4bd0e71876a3ddb296ca38a243209f2eaf9
This commit is contained in:
Mathew Inwood
2018-08-01 16:35:28 -07:00
committed by android-build-merger

View File

@@ -128,7 +128,11 @@ public class KeyStore {
public static final int FLAG_STRONGBOX = 1 << 4;
// States
public enum State { UNLOCKED, LOCKED, UNINITIALIZED };
public enum State {
UNLOCKED,
LOCKED,
UNINITIALIZED
};
private int mError = NO_ERROR;