You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/08/27 21:22:44 UTC

[commons-crypto] 04/04: Remove extra blank lines.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-crypto.git

commit d8f9087ee7ac27e9033b5176cd4b6d28cd147bf2
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Aug 27 17:22:24 2020 -0400

    Remove extra blank lines.
---
 src/main/native/org/apache/commons/crypto/OpenSslInfoNative.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/main/native/org/apache/commons/crypto/OpenSslInfoNative.c b/src/main/native/org/apache/commons/crypto/OpenSslInfoNative.c
index 50365b1..740ad1e 100644
--- a/src/main/native/org/apache/commons/crypto/OpenSslInfoNative.c
+++ b/src/main/native/org/apache/commons/crypto/OpenSslInfoNative.c
@@ -138,5 +138,3 @@ JNIEXPORT jstring JNICALL Java_org_apache_commons_crypto_OpenSslInfoNative_OpenS
   jstring answer = (*env)->NewStringUTF(env,dlsym_OpenSSL_version(type));
   return answer;
 }
-
-