Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / ui / android / java / src / org / chromium / ui / interpolators / BakedBezierInterpolator.java
index f95d855..bffcb48 100644 (file)
@@ -150,7 +150,7 @@ public class BakedBezierInterpolator implements Interpolator {
         }
 
         int position = Math.min(
-                (int)(input * (mValues.length - 1)),
+                (int) (input * (mValues.length - 1)),
                 mValues.length - 2);
 
         float quantized = position * mStepSize;