Remove trailing whitepsace.
diff --git a/src/main/java/org/apache/commons/crypto/jna/OpenSslJna.java b/src/main/java/org/apache/commons/crypto/jna/OpenSslJna.java
index c5930d6..41d3299 100644
--- a/src/main/java/org/apache/commons/crypto/jna/OpenSslJna.java
+++ b/src/main/java/org/apache/commons/crypto/jna/OpenSslJna.java
@@ -77,7 +77,7 @@
     public static boolean isEnabled() {
         return OpenSslNativeJna.INIT_OK;
     }
-    
+
     public static void main(final String[] args) {
         info("isEnabled(): %s", isEnabled());
         final Throwable initialisationError = initialisationError();
@@ -87,7 +87,7 @@
             initialisationError.printStackTrace();
         }
     }
-    
+
     /**
      * Retrieves version/build information about OpenSSL library.
      *
diff --git a/src/main/java/org/apache/commons/crypto/jna/OpenSslJnaCipher.java b/src/main/java/org/apache/commons/crypto/jna/OpenSslJnaCipher.java
index 6cddba5..d1e8ab2 100644
--- a/src/main/java/org/apache/commons/crypto/jna/OpenSslJnaCipher.java
+++ b/src/main/java/org/apache/commons/crypto/jna/OpenSslJnaCipher.java
@@ -352,7 +352,7 @@
 
         /**
          * Constructor of Transform.
-         * 
+         *
          * @param algorithm the algorithm name
          * @param mode      the mode name
          * @param padding   the padding name
@@ -366,7 +366,7 @@
 
     /**
      * Tokenize the transformation.
-     * 
+     *
      * @param transformation current transformation
      * @return the Transform
      * @throws NoSuchAlgorithmException if the algorithm is not supported
@@ -401,7 +401,7 @@
 
         /**
          * Gets the AlgorithmMode instance.
-         * 
+         *
          * @param algorithm the algorithm name
          * @param mode      the mode name
          * @return the AlgorithmMode instance