]> WPIA git - gigi.git/blobdiff - tests/com/lambdaworks/crypto/test/PBKDFTest.java
upd: whitespace changes (formatting)
[gigi.git] / tests / com / lambdaworks / crypto / test / PBKDFTest.java
index 92a08b624238c9478f53130515f0cc9b7243895c..001a6228407cff8994a1cb264d5f5e0b95350265 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011 - Will Glozer.  All rights reserved.
+// Copyright (C) 2011 - Will Glozer. All rights reserved.
 
 package com.lambdaworks.crypto.test;
 
@@ -11,6 +11,7 @@ import static org.junit.Assert.*;
 import static com.lambdaworks.crypto.test.CryptoTestUtil.*;
 
 public class PBKDFTest {
+
     @Test
     public void pbkdf2_hmac_sha1_rfc6070() throws Exception {
         String alg = "HmacSHA1";