fix (more) style issues from change #5124

This commit is contained in:
Jon Larimer
2008-12-09 08:58:55 -05:00
parent fd9f42a696
commit cf734f4e4e

View File

@@ -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");
}