]> WPIA git - gigi.git/blobdiff - tests/com/lambdaworks/crypto/test/CryptoTestUtil.java
upd: whitespace changes (formatting)
[gigi.git] / tests / com / lambdaworks / crypto / test / CryptoTestUtil.java
index 418c5f9e04614b425fd75fce7a9cb51b4fadbf63..9b1e7bbbbc1fce1022b6dbb5748c6615a9980697 100644 (file)
@@ -1,8 +1,9 @@
-// Copyright (C) 2011 - Will Glozer.  All rights reserved.
+// Copyright (C) 2011 - Will Glozer. All rights reserved.
 
 package com.lambdaworks.crypto.test;
 
 public class CryptoTestUtil {
+
     public static byte[] decode(String str) {
         byte[] bytes = new byte[str.length() / 2];
         int index = 0;