Adjust whitespace (tabs vs spaces) on one line to reduce diff with upstream
authortb <tb@openbsd.org>
Mon, 15 Aug 2022 12:29:19 +0000 (12:29 +0000)
committertb <tb@openbsd.org>
Mon, 15 Aug 2022 12:29:19 +0000 (12:29 +0000)
lib/libz/inflate.c
sys/lib/libz/inflate.c

index e941ef6..a197bb6 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: inflate.c,v 1.13 2022/08/09 07:37:35 tb Exp $ */
+/*     $OpenBSD: inflate.c,v 1.14 2022/08/15 12:29:19 tb Exp $ */
 /* inflate.c -- zlib decompression
  * Copyright (C) 1995-2022 Mark Adler
  * For conditions of distribution and use, see copyright notice in zlib.h
@@ -787,7 +787,7 @@ int flush;
                     if (state->head != Z_NULL &&
                         state->head->extra != Z_NULL &&
                         (len = state->head->extra_len - state->length) <
-                           state->head->extra_max) {
+                            state->head->extra_max) {
                         zmemcpy(state->head->extra + len, next,
                                 len + copy > state->head->extra_max ?
                                 state->head->extra_max - len : copy);
index 529670d..f35a99c 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: inflate.c,v 1.19 2022/08/09 07:39:00 tb Exp $ */
+/*     $OpenBSD: inflate.c,v 1.20 2022/08/15 12:29:19 tb Exp $ */
 /* inflate.c -- zlib decompression
  * Copyright (C) 1995-2022 Mark Adler
  * For conditions of distribution and use, see copyright notice in zlib.h
@@ -787,7 +787,7 @@ int flush;
                     if (state->head != Z_NULL &&
                         state->head->extra != Z_NULL &&
                         (len = state->head->extra_len - state->length) <
-                           state->head->extra_max) {
+                            state->head->extra_max) {
                         zmemcpy(state->head->extra + len, next,
                                 len + copy > state->head->extra_max ?
                                 state->head->extra_max - len : copy);