summary refs log tree commit diff
path: root/crypto/src/cms
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/src/cms')
-rw-r--r--crypto/src/cms/DefaultAuthenticatedAttributeTableGenerator.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/src/cms/DefaultAuthenticatedAttributeTableGenerator.cs b/crypto/src/cms/DefaultAuthenticatedAttributeTableGenerator.cs
index d49b1d9d2..2730d93e0 100644
--- a/crypto/src/cms/DefaultAuthenticatedAttributeTableGenerator.cs
+++ b/crypto/src/cms/DefaultAuthenticatedAttributeTableGenerator.cs
@@ -20,7 +20,7 @@ namespace Org.BouncyCastle.Cms
 		 */
 		public DefaultAuthenticatedAttributeTableGenerator()
 		{
-			table = Platform.CreateHashtable();
+			table =  Platform.CreateHashtable();
 		}
 
 		/**