summaryrefslogtreecommitdiff
path: root/sys/kern
diff options
context:
space:
mode:
authorMike Larkin <mlarkin@cvs.openbsd.org>2022-09-01 21:50:20 +0000
committerMike Larkin <mlarkin@cvs.openbsd.org>2022-09-01 21:50:20 +0000
commit3784830faf1eccd63cb8ace72001bee59d2ba4e4 (patch)
tree955ba9b3d6d59e5d567e613deb4f73a7998c6f04 /sys/kern
parent3811ed5e30116f71911bb9c96329a7ae038ff685 (diff)
whitespace
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/subr_hibernate.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/subr_hibernate.c b/sys/kern/subr_hibernate.c
index 780bd7f8da1..a3625636235 100644
--- a/sys/kern/subr_hibernate.c
+++ b/sys/kern/subr_hibernate.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: subr_hibernate.c,v 1.135 2022/07/29 17:47:12 semarie Exp $ */
+/* $OpenBSD: subr_hibernate.c,v 1.136 2022/09/01 21:50:19 mlarkin Exp $ */
/*
* Copyright (c) 2011 Ariane van der Steldt <ariane@stack.nl>
@@ -1271,7 +1271,6 @@ hibernate_unpack_image(union hibernate_info *hib)
image_cur);
image_cur += chunks[fchunks[i]].compressed_size;
-
}
/*