Zap trailing whitespace in license and add some empty lines
authortb <tb@openbsd.org>
Sat, 24 Dec 2022 07:12:09 +0000 (07:12 +0000)
committertb <tb@openbsd.org>
Sat, 24 Dec 2022 07:12:09 +0000 (07:12 +0000)
lib/libcrypto/comp/c_rle.c
lib/libcrypto/comp/c_zlib.c
lib/libcrypto/comp/comp.h
lib/libcrypto/comp/comp_lib.c
lib/libcrypto/comp/comp_local.h

index 4808bb7..c2c279d 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: c_rle.c,v 1.10 2022/12/23 23:23:02 schwarze Exp $ */
+/* $OpenBSD: c_rle.c,v 1.11 2022/12/24 07:12:09 tb Exp $ */
 /*
  * ---------------------------------------------------------------------------
  * Patches to this file were contributed by
@@ -11,7 +11,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
  * simply be copied and put under another distribution licence
  * [including the GNU Public Licence.]
  */
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+
 #include <openssl/objects.h>
 #include <openssl/comp.h>
 
index efcf9ba..6aac97e 100644 (file)
@@ -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
  * simply be copied and put under another distribution licence
  * [including the GNU Public Licence.]
  */
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+
 #include <openssl/objects.h>
 #include <openssl/comp.h>
 #include <openssl/err.h>
index de1aaa3..58b51c6 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: comp.h,v 1.10 2022/12/23 23:23:02 schwarze Exp $ */
+/* $OpenBSD: comp.h,v 1.11 2022/12/24 07:12:09 tb Exp $ */
 /*
  * ---------------------------------------------------------------------------
  * Patches to this file were contributed by
@@ -11,7 +11,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
  * simply be copied and put under another distribution licence
  * [including the GNU Public Licence.]
  */
+
 #ifndef HEADER_COMP_H
 #define HEADER_COMP_H
 
index a8a038e..5cb2335 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: comp_lib.c,v 1.10 2022/12/23 23:23:02 schwarze Exp $ */
+/* $OpenBSD: comp_lib.c,v 1.11 2022/12/24 07:12:09 tb Exp $ */
 /*
  * ---------------------------------------------------------------------------
  * Patches to this file were contributed by
@@ -11,7 +11,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
  * simply be copied and put under another distribution licence
  * [including the GNU Public Licence.]
  */
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+
 #include <openssl/objects.h>
 #include <openssl/comp.h>
 
index 5841756..e26a800 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: comp_local.h,v 1.3 2022/12/23 23:23:02 schwarze Exp $ */
+/* $OpenBSD: comp_local.h,v 1.4 2022/12/24 07:12:09 tb Exp $ */
 /*
  * ---------------------------------------------------------------------------
  * Patches to this file were contributed by
@@ -11,7 +11,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
  * simply be copied and put under another distribution licence
  * [including the GNU Public Licence.]
  */
+
 #ifndef HEADER_COMP_LOCAL_H
 #define HEADER_COMP_LOCAL_H