Scripted update of if statements
[yangtools.git] / yang / yang-parser-impl / src / main / java / org / opendaylight / yangtools / yang / parser / stmt / reactor / StatementContextWriter.java
index 3f8684e7dba8d52e1bae475b7017188681cd5e33..f6499e1e6ae38017c7b9956d6b2e36ed06cd9cd3 100644 (file)
@@ -41,7 +41,7 @@ class StatementContextWriter implements StatementWriter {
     }
 
     void defferedCreate() throws SourceException {
-        if(current != null) {
+        if (current != null) {
             parent = current.build();
             current = null;
         }