Fix tabbing.... Please fix your editors so they do tabbing correctly!!! (Spaces...
[IRC.git] / Robust / src / IR / Tree / ParseNode.java
index cc5009712906a8b25b50714ad90458effd21625d..8cd7ea6e1bb90f4044da0f312679334e289cfd40 100644 (file)
@@ -153,7 +153,7 @@ public class ParseNode implements Walkable {
   }
 
   public ParseNode getRoot() {
-    return (parent == null) ? this : parent.getRoot();
+    return (parent == null)?this:parent.getRoot();
   }
 
   public String getTerminal() {