Scripted update of if statements
[yangtools.git] / yang / yang-parser-impl / src / main / java / org / opendaylight / yangtools / yang / parser / stmt / reactor / BuildGlobalContext.java
index 4ab08c5cdf2036d52391e0eb8d86a464dbd4e4f9..a4c0b4446b40dbc596e114a3ce6329b983133310 100644 (file)
@@ -268,7 +268,7 @@ class BuildGlobalContext extends NamespaceStorageSupport implements NamespaceBeh
                 // We reset progressing to false.
                 progressing = false;
                 Iterator<SourceSpecificContext> currentSource = sourcesToProgress.iterator();
-                while(currentSource.hasNext()) {
+                while (currentSource.hasNext()) {
                     SourceSpecificContext nextSourceCtx = currentSource.next();
                     PhaseCompletionProgress sourceProgress = nextSourceCtx.tryToCompletePhase(currentPhase);
                     switch (sourceProgress) {