end of reformatting
[IRC.git] / Robust / src / IR / Tree / BuildIR.java
index 4908a1901ac4d98c958ec52afb857727281b8dfc..13acd63b97be542566dee89e56b2800e6f7e45ed 100644 (file)
@@ -175,7 +175,7 @@ public class BuildIR {
     ParseNodeVector pnv=paramlist.getChildren();
     for(int i=0; i<pnv.size(); i++) {
       ParseNode paramn=pnv.elementAt(i);
-      if(paramn.getChild("optional")!=null){
+      if(paramn.getChild("optional")!=null) {
        optional = true;
        paramn = paramn.getChild("optional").getFirstChild();
        System.out.println("OPTIONAL FOUND!!!!!!!");