Author: ggregory
Date: Tue Mar  6 19:48:13 2012
New Revision: 1297669

URL: http://svn.apache.org/viewvc?rev=1297669&view=rev
Log:
Format fix.

Modified:
    
commons/proper/io/trunk/src/test/java/org/apache/commons/io/output/DeferredFileOutputStreamTest.java

Modified: 
commons/proper/io/trunk/src/test/java/org/apache/commons/io/output/DeferredFileOutputStreamTest.java
URL: 
http://svn.apache.org/viewvc/commons/proper/io/trunk/src/test/java/org/apache/commons/io/output/DeferredFileOutputStreamTest.java?rev=1297669&r1=1297668&r2=1297669&view=diff
==============================================================================
--- 
commons/proper/io/trunk/src/test/java/org/apache/commons/io/output/DeferredFileOutputStreamTest.java
 (original)
+++ 
commons/proper/io/trunk/src/test/java/org/apache/commons/io/output/DeferredFileOutputStreamTest.java
 Tue Mar  6 19:48:13 2012
@@ -209,7 +209,7 @@ public class DeferredFileOutputStreamTes
         testFile.delete();
 
         DeferredFileOutputStream dfos =
-                new DeferredFileOutputStream(testBytes.length /2, testFile);
+                new DeferredFileOutputStream(testBytes.length / 2, testFile);
         try{
             dfos.write(testBytes);
 


Reply via email to