summary refs log tree commit diff
path: root/crypto/src/openpgp
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2015-10-17 13:20:15 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2015-10-17 13:20:15 +0700
commit5f892454e860c44e27979d635a75350da99e675d (patch)
tree8395dbe79428ed1ba7bff69becb37f7e5487bb92 /crypto/src/openpgp
parentMerge branch 'keyhasing' of https://github.com/darkoperator/bc-csharp into da... (diff)
downloadBouncyCastle.NET-ed25519-5f892454e860c44e27979d635a75350da99e675d.tar.xz
Fix whitespace and remove Dispose method
Diffstat (limited to 'crypto/src/openpgp')
-rw-r--r--crypto/src/openpgp/PgpPublicKeyRing.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/src/openpgp/PgpPublicKeyRing.cs b/crypto/src/openpgp/PgpPublicKeyRing.cs
index 592ca86c8..7b1ac93bf 100644
--- a/crypto/src/openpgp/PgpPublicKeyRing.cs
+++ b/crypto/src/openpgp/PgpPublicKeyRing.cs
@@ -169,7 +169,6 @@ namespace Org.BouncyCastle.Bcpg.OpenPgp
             PgpPublicKeyRing	pubRing,
             PgpPublicKey		pubKey)
         {
-
             IList keys = Platform.CreateArrayList(pubRing.keys);
             bool found = false;