Merge "Code reformatting for upcoming annotations."

This commit is contained in:
Treehugger Robot
2018-08-01 12:18:10 +00:00
committed by Gerrit Code Review

View File

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