Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / android_webview / javatests / src / org / chromium / android_webview / test / AwZoomTest.java
index 0dbd497..50129bd 100644 (file)
@@ -36,7 +36,7 @@ public class AwZoomTest extends AwTestBase {
     }
 
     private String getZoomableHtml(float scale) {
-        final int divWidthPercent = (int)(100.0f / scale);
+        final int divWidthPercent = (int) (100.0f / scale);
         return String.format(Locale.US, "<html><head><meta name=\"viewport\" content=\"" +
                 "width=device-width, minimum-scale=%f, maximum-scale=%f, initial-scale=%f" +
                 "\"/></head><body style='margin:0'>" +