]> WPIA git - gigi.git/blobdiff - tests/com/lambdaworks/crypto/test/SCryptUtilTest.java
upd: whitespace changes (formatting)
[gigi.git] / tests / com / lambdaworks / crypto / test / SCryptUtilTest.java
index 2691a826e9e3a51ea46b1423f787face20fd2ec5..cac9c436f47eb62460216d188371028387793181 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;
 
@@ -12,6 +12,7 @@ import org.junit.Test;
 import static org.junit.Assert.*;
 
 public class SCryptUtilTest {
+
     String passwd = "secret";
 
     @Test