Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8f299037 authored by Mathew Inwood's avatar Mathew Inwood Committed by android-build-merger
Browse files

Merge "Code reformatting for upcoming annotations." am: 60c8cfdd am: 02763a1c am: 842e8825

am: e377a769

Change-Id: I67465690c2addbbfbe53472e5b45783821990567
parents 58519002 e377a769
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -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;