resolve darcs stupidity
[org.ibex.core.git] / src / org / bouncycastle / crypto / params / KeyParameter.java
index 5a1c39d..af3ac23 100644 (file)
@@ -3,7 +3,7 @@ package org.bouncycastle.crypto.params;
 import org.bouncycastle.crypto.CipherParameters;
 
 public class KeyParameter
-       implements CipherParameters
+        implements CipherParameters
 {
     private byte[]  key;