Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / content / public / android / javatests / src / org / chromium / content / browser / ImportantFileWriterAndroidTest.java
index 66c17e0..f56a4e7 100644 (file)
@@ -64,7 +64,7 @@ public class ImportantFileWriterAndroidTest extends InstrumentationTestCase {
     @Feature({"Android-AppBase"})
     public void testAtomicWrite() {
         // Try writing a file that can't be created.
-        byte[] data1 = {0,1,2,3,4,5,6,7,8,9};
+        byte[] data1 = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9};
         assertFalse("Writing bad file succeded",
                 ImportantFileWriterAndroid.writeFileAtomically(
                         "/junk/junk", data1));