summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-09-06 08:43:15 +0000
committerphk <phk@FreeBSD.org>2002-09-06 08:43:15 +0000
commit9b338dc04e137905f754861b8e75cb1ff4f2515e (patch)
tree33f89e9b8804e024f6ac67c972dcc4df9fbb3c61 /tools
parentfe296cc3f4a565c7b780737c8f6d8d24ff653877 (diff)
downloadFreeBSD-src-9b338dc04e137905f754861b8e75cb1ff4f2515e.zip
FreeBSD-src-9b338dc04e137905f754861b8e75cb1ff4f2515e.tar.gz
Fix an indentation typo.
Sponsored by: DARPA & NAI Labs.
Diffstat (limited to 'tools')
-rw-r--r--tools/regression/geom/geom_simdisk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/regression/geom/geom_simdisk.c b/tools/regression/geom/geom_simdisk.c
index db79150..c04c4a9 100644
--- a/tools/regression/geom/geom_simdisk.c
+++ b/tools/regression/geom/geom_simdisk.c
@@ -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);
}
OpenPOWER on IntegriCloud