summaryrefslogtreecommitdiffstats
path: root/sys/geom/stripe
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2006-11-01 22:16:53 +0000
committerpjd <pjd@FreeBSD.org>2006-11-01 22:16:53 +0000
commitcf33008f77f45f702d505c68cd3bc82012fd47e7 (patch)
tree8e3d161d51311c97f8d70f6a92f55f36b384e7e5 /sys/geom/stripe
parent24d04bdcf8d07b2968e6cec5ac0fee1081f16853 (diff)
downloadFreeBSD-src-cf33008f77f45f702d505c68cd3bc82012fd47e7.zip
FreeBSD-src-cf33008f77f45f702d505c68cd3bc82012fd47e7.tar.gz
Change spaces to tabs where needed.
Diffstat (limited to 'sys/geom/stripe')
-rw-r--r--sys/geom/stripe/g_stripe.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/geom/stripe/g_stripe.c b/sys/geom/stripe/g_stripe.c
index 8f8de35..3bf087f 100644
--- a/sys/geom/stripe/g_stripe.c
+++ b/sys/geom/stripe/g_stripe.c
@@ -579,9 +579,9 @@ g_stripe_start(struct bio *bp)
case BIO_WRITE:
case BIO_DELETE:
break;
- case BIO_FLUSH:
- g_stripe_flush(sc, bp);
- return;
+ case BIO_FLUSH:
+ g_stripe_flush(sc, bp);
+ return;
case BIO_GETATTR:
/* To which provider it should be delivered? */
default:
OpenPOWER on IntegriCloud