switch to spaces only..
[IRC.git] / Robust / src / Analysis / Disjoint / AllocSite.java
index 7c1961b139fce9a558a3679fbbbc76a2dc1d95d4..b41a5405918cbe62005ed066ec65c4f447b1d515 100644 (file)
@@ -184,7 +184,7 @@ public class AllocSite extends Canonical implements Alloc {
 
     for( int i = 0; i < allocationDepth - 1; ++i ) {
       if( id.equals(ithOldest.get(i) ) ) {
 
     for( int i = 0; i < allocationDepth - 1; ++i ) {
       if( id.equals(ithOldest.get(i) ) ) {
-       return AGE_in_I;
+        return AGE_in_I;
       }
     }
 
       }
     }
 
@@ -194,7 +194,7 @@ public class AllocSite extends Canonical implements Alloc {
   public Integer getAge(Integer id) {
     for( int i = 0; i < allocationDepth; ++i ) {
       if( id.equals(ithOldest.get(i) ) ) {
   public Integer getAge(Integer id) {
     for( int i = 0; i < allocationDepth; ++i ) {
       if( id.equals(ithOldest.get(i) ) ) {
-       return new Integer(i);
+        return new Integer(i);
       }
     }
 
       }
     }
 
@@ -212,7 +212,7 @@ public class AllocSite extends Canonical implements Alloc {
 
     for( int i = 0; i < allocationDepth - 1; ++i ) {
       if( id.equals(getIthOldestShadow(i) ) ) {
 
     for( int i = 0; i < allocationDepth - 1; ++i ) {
       if( id.equals(getIthOldestShadow(i) ) ) {
-       return SHADOWAGE_in_I;
+        return SHADOWAGE_in_I;
       }
     }
 
       }
     }
 
@@ -222,7 +222,7 @@ public class AllocSite extends Canonical implements Alloc {
   public Integer getShadowAge(Integer id) {
     for( int i = 0; i < allocationDepth - 1; ++i ) {
       if( id.equals(getIthOldestShadow(i) ) ) {
   public Integer getShadowAge(Integer id) {
     for( int i = 0; i < allocationDepth - 1; ++i ) {
       if( id.equals(getIthOldestShadow(i) ) ) {
-       return new Integer(-i);
+        return new Integer(-i);
       }
     }
 
       }
     }