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

Commit efb48164 authored by Mathew Inwood's avatar Mathew Inwood
Browse files

Code reformatting for upcoming annotations.

@UnsupportedAppUsage annotations are added automatically, but this does
not work when there are multiple definitions on the same line.

Test: m
Bug: 110868826
Change-Id: I2c26c136cdfa557e45cf1ee0b39dab9c17abde56
parent b6b8516b
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -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;