From 1437c3fd92cf50c4f344e156aeb6b39693690c35 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Sun, 16 Jul 2017 16:00:44 +0000 Subject: [PATCH] stunnel: fix whitespace lints --- srcpkgs/stunnel/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/stunnel/template b/srcpkgs/stunnel/template index 7069b3649ab..77f5c4a74ee 100644 --- a/srcpkgs/stunnel/template +++ b/srcpkgs/stunnel/template @@ -25,7 +25,7 @@ post_install() { # new version is out. LibreSSL patches for stunnel 5.35 don't yet work. Not # enough is made conditional. # -- -# It is important to note that upstream has expressly refused to support +# It is important to note that upstream has expressly refused to support # LibreSSL. # -- # Significant thanks to the OpenBSD project for creating patch sets for 5.37 @@ -42,6 +42,6 @@ post_install() { # -- # As of 5.41_1 there are only two sorts of code warnings: # conversion 'long int' from 'long unsigned int' for what appear to be flags -# and SSL_SESSION* (*)(struct ssl_st *, unsigned char *, int, int*) expected +# and SSL_SESSION* (*)(struct ssl_st *, unsigned char *, int, int*) expected # got SSL_SESSION* (*)(struct ssl_st *, const unsigned char *, int, int*) # These are not being considered issues.