resolve darcs stupidity
[org.ibex.core.git] / src / org / bouncycastle / asn1 / DERTaggedObject.java
index ba69412..ef06042 100644 (file)
@@ -18,7 +18,7 @@ public class DERTaggedObject
         int             tagNo,
         DEREncodable    obj)
     {
-               super(tagNo, obj);
+                super(tagNo, obj);
     }
 
     /**
@@ -31,7 +31,7 @@ public class DERTaggedObject
         int             tagNo,
         DEREncodable    obj)
     {
-               super(explicit, tagNo, obj);
+                super(explicit, tagNo, obj);
     }
 
     /**