switch to spaces only..
[IRC.git] / Robust / src / IR / AnnotationDescriptor.java
index b8b39e026d296955465b439c310c1546632a9f45..b7282d95213c0b92d78962c9a156052133a88cde 100644 (file)
@@ -55,9 +55,9 @@ public class AnnotationDescriptor extends Descriptor {
     if (o instanceof AnnotationDescriptor) {
       AnnotationDescriptor a = (AnnotationDescriptor) o;
       if (a.getType() != type)
-       return false;
+        return false;
       if (!a.getMarker().equals(getMarker()))
-       return false;
+        return false;
 
       return true;
     }