switch to spaces only..
[IRC.git] / Robust / src / Analysis / SSJava / Location.java
index decaee7c0b4fec7fe648437e817a5ab8bc0db1e4..0261f96a116a9c7d4259d35c329d1fe75b66899e 100644 (file)
@@ -49,13 +49,13 @@ public class Location  implements TypeExtension {
 
     if (loc.getClassDescriptor().equals(getClassDescriptor())) {
       if (loc.getLocIdentifier() == null || getLocIdentifier() == null) {
-       if (loc.getType() == getType()) {
-         return true;
-       }
+        if (loc.getType() == getType()) {
+          return true;
+        }
       } else {
-       if (loc.getLocIdentifier().equals(getLocIdentifier())) {
-         return true;
-       }
+        if (loc.getLocIdentifier().equals(getLocIdentifier())) {
+          return true;
+        }
       }
     }