Whitespace fix for unintentional unindenting event in r1.260.
authorkrw <krw@openbsd.org>
Thu, 13 May 2021 02:22:33 +0000 (02:22 +0000)
committerkrw <krw@openbsd.org>
Thu, 13 May 2021 02:22:33 +0000 (02:22 +0000)
Reported by Ashton Fagg via tech@. Thanks!

sys/scsi/scsi_base.c

index 2ba6a70..3fa4a12 100644 (file)
@@ -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);