From 7a992fac66d372280f5226ee635e79f0275db22a Mon Sep 17 00:00:00 2001 From: krw Date: Thu, 13 May 2021 02:22:33 +0000 Subject: [PATCH] Whitespace fix for unintentional unindenting event in r1.260. Reported by Ashton Fagg via tech@. Thanks! --- sys/scsi/scsi_base.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/scsi/scsi_base.c b/sys/scsi/scsi_base.c index 2ba6a702fbc..3fa4a126ce6 100644 --- a/sys/scsi/scsi_base.c +++ b/sys/scsi/scsi_base.c @@ -1,4 +1,4 @@ -/* $OpenBSD: scsi_base.c,v 1.278 2020/11/19 13:45:15 krw Exp $ */ +/* $OpenBSD: scsi_base.c,v 1.279 2021/05/13 02:22:33 krw Exp $ */ /* $NetBSD: scsi_base.c,v 1.43 1997/04/02 02:29:36 mycroft Exp $ */ /* @@ -478,7 +478,7 @@ scsi_io_get(struct scsi_iopool *iopl, int flags) return NULL; /* otherwise sleep until we get one */ -scsi_ioh_set(&ioh, iopl, scsi_io_get_done, &m); + scsi_ioh_set(&ioh, iopl, scsi_io_get_done, &m); scsi_ioh_add(&ioh); scsi_move(&m); -- 2.20.1