1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00

Indent properly.

This commit is contained in:
Poul-Henning Kamp 2002-12-17 19:31:26 +00:00
parent 126c7e29fe
commit 4d99ef8d55
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=107985

View File

@ -203,7 +203,8 @@ dscheck(bp, ssp)
slicerel_secno = secno;
} else {
labelsect = lp->d_partitions[LABEL_PART].p_offset;
if (labelsect != 0) Debugger("labelsect != 0 in dscheck()");
if (labelsect != 0)
Debugger("labelsect != 0 in dscheck()");
pp = &lp->d_partitions[dkpart(bp->bio_dev)];
endsecno = pp->p_size;
slicerel_secno = pp->p_offset + secno;