OSDN Git Service

Whitespace fix
authorAdam Cohen <adamcohen@google.com>
Mon, 15 Nov 2010 19:30:05 +0000 (11:30 -0800)
committerAdam Cohen <adamcohen@google.com>
Mon, 15 Nov 2010 19:30:05 +0000 (11:30 -0800)
Change-Id: Ia6b328defddc002ea0acb028d452bdd97ed3d4cc

src/com/android/launcher2/Workspace.java

index 61b7c4b..82fd362 100644 (file)
@@ -883,8 +883,8 @@ public class Workspace extends SmoothPagedView
 
     private class ZInterpolator implements TimeInterpolator {
         private final float focalLength = 0.2f;
-        public float getInterpolation(float input) { 
-            return (1.0f - focalLength / (focalLength + input)) / 
+        public float getInterpolation(float input) {
+            return (1.0f - focalLength / (focalLength + input)) /
                     (1.0f - focalLength / (focalLength + 1.0f));
         }
     }