diff --git a/gatekeeperd/gatekeeperd.cpp b/gatekeeperd/gatekeeperd.cpp index f2818f3ba..446b66ee5 100644 --- a/gatekeeperd/gatekeeperd.cpp +++ b/gatekeeperd/gatekeeperd.cpp @@ -25,7 +25,7 @@ #include #include -#include +#include #include #include #include @@ -318,8 +318,8 @@ public: // TODO: cache service? sp sm = defaultServiceManager(); sp binder = sm->getService(String16("android.security.keystore")); - sp service = - interface_cast(binder); + sp service = + interface_cast(binder); if (service != NULL) { std::vector auth_token_vector(*auth_token, (*auth_token) + *auth_token_length);