Mass whitespace changes (Style Warnings)
[aaf/authz.git] / auth / auth-core / src / test / java / org / onap / aaf / auth / local / test / JU_TextIndex.java
index fadc3b6..d433029 100644 (file)
@@ -83,7 +83,7 @@ public class JU_TextIndex {
         FileOutputStream is = new FileOutputStream(keyfile);
         OutputStreamWriter osw = new OutputStreamWriter(is);
         BufferedWriter  w = new BufferedWriter(osw);
-        for(int i = 0; i< 10; i++) {        //Write lines to file
+        for (int i = 0; i< 10; i++) {        //Write lines to file
             w.write("a\nsdfasdfxasdf" + i + "\n");
         }
         w.close();