Mass whitespace changes (Style Warnings)
[aaf/authz.git] / misc / rosetta / src / main / java / org / onap / aaf / misc / rosetta / OutJax.java
index 2716c8b..4fb52d8 100644 (file)
@@ -35,8 +35,8 @@ public class OutJax extends Out {
     public <IN,S> void extract(IN in, Writer writer, Parse<IN, S> parse, boolean... options) throws IOException, ParseException {
         Parsed<S> p = parse.newParsed();
         JaxEval je = this.jaxEval;
-        while((p = parse.parse(in,p.reuse())).valid()) {
-            if(je==null)throw new ParseException("Incomplete content");
+        while ((p = parse.parse(in,p.reuse())).valid()) {
+            if (je==null)throw new ParseException("Incomplete content");
             je = je.eval(p);
         }