Scripted update of if statements
[yangtools.git] / yang / yang-data-codec-gson / src / main / java / org / opendaylight / yangtools / yang / data / codec / gson / JsonParserStream.java
index 99ac2809bde3135a21508b87a873a4db68b3933b..275a90dde0d57531104f3c69561e69baf819acf3 100644 (file)
@@ -159,7 +159,7 @@ public final class JsonParserStream implements Closeable, Flushable {
              * without wrapping array.
              *
              */
-            if(isArray(parent)) {
+            if (isArray(parent)) {
                 parent = newArrayEntry(parent);
             }
             while (in.hasNext()) {