Fix an indentation typo.

Sponsored by:	DARPA & NAI Labs.
This commit is contained in:
Poul-Henning Kamp 2002-09-06 08:43:15 +00:00
parent 593e172b03
commit 65884326be
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=103007

View File

@ -92,7 +92,7 @@ g_simdisk_start(struct bio *bp)
bp->bio_error = errno;
g_io_deliver(bp);
return;
}
}
if (i == 0)
memset(dsp->data, 0, sc->sectorsize);
}