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

Commit cf734f4e authored by Jon Larimer's avatar Jon Larimer
Browse files

fix (more) style issues from change #5124

parent fd9f42a6
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -906,7 +906,8 @@ public class LocationManagerService extends ILocationManager.Stub {
            return false;
        }

        if(mContext.checkCallingPermission(ACCESS_FINE_LOCATION) != PackageManager.PERMISSION_GRANTED) {
        if (mContext.checkCallingPermission(ACCESS_FINE_LOCATION) != 
                PackageManager.PERMISSION_GRANTED) {
            throw new SecurityException("Requires ACCESS_FINE_LOCATION permission");
        }