Fix tabbing.... Please fix your editors so they do tabbing correctly!!! (Spaces...
[IRC.git] / Robust / src / IR / Tree / GenReachNode.java
index 1335c51439b0206a789befce886d95c47515fd96..2aa8e1e58da58bdc682a56e23341efdd6f7b3e66 100644 (file)
@@ -3,7 +3,7 @@ package IR.Tree;
 public class GenReachNode extends BlockStatementNode {
   String graphName;
 
-  public GenReachNode( String graphName ) {
+  public GenReachNode(String graphName) {
     assert graphName != null;
     this.graphName = graphName;
   }