switch to spaces only..
[IRC.git] / Robust / src / IR / TypeDescriptor.java
index 871aacbcac2e2a999a4ccf26c566b16831a28336..3cf65385adebe95402d12100ff87ee14a2cc5571 100644 (file)
@@ -38,13 +38,13 @@ public class TypeDescriptor extends Descriptor {
     if (o instanceof TypeDescriptor) {
       TypeDescriptor t=(TypeDescriptor)o;
       if (t.type!=type)
-       return false;
+        return false;
       if ((type==CLASS)&&(!t.getSymbol().equals(getSymbol())))
-       return false;
+        return false;
       if (t.arraycount!=arraycount)
-       return false;
+        return false;
       if (t.isClassNameRef != this.isClassNameRef)
-       return false;
+        return false;
       return true;
     }
     return false;