From 54da696f897367a85e20e97a53d29b18b44cf8b7 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sat, 24 Dec 2022 07:12:09 +0000 Subject: Zap trailing whitespace in license and add some empty lines --- src/lib/libcrypto/comp/c_zlib.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/lib/libcrypto/comp/c_zlib.c') diff --git a/src/lib/libcrypto/comp/c_zlib.c b/src/lib/libcrypto/comp/c_zlib.c index efcf9ba7a3..6aac97e451 100644 --- a/src/lib/libcrypto/comp/c_zlib.c +++ b/src/lib/libcrypto/comp/c_zlib.c @@ -1,4 +1,4 @@ -/* $OpenBSD: c_zlib.c,v 1.23 2022/12/23 23:23:02 schwarze Exp $ */ +/* $OpenBSD: c_zlib.c,v 1.24 2022/12/24 07:12:09 tb Exp $ */ /* * --------------------------------------------------------------------------- * Major patches to this file were contributed by @@ -13,7 +13,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -113,9 +113,11 @@ * simply be copied and put under another distribution licence * [including the GNU Public Licence.] */ + #include #include #include + #include #include #include -- cgit v1.2.3-55-g6feb