aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/stripe
diff options
context:
space:
mode:
authorPawel Jakub Dawidek <pjd@FreeBSD.org>2006-11-01 22:16:53 +0000
committerPawel Jakub Dawidek <pjd@FreeBSD.org>2006-11-01 22:16:53 +0000
commitf187490a2d001f51e85b98131f612ecb02bc1297 (patch)
tree8e3d161d51311c97f8d70f6a92f55f36b384e7e5 /sys/geom/stripe
parenta836d5f134639218badbaa12cb1bcd3d78da2b84 (diff)
downloadsrc-f187490a2d001f51e85b98131f612ecb02bc1297.tar.gz
src-f187490a2d001f51e85b98131f612ecb02bc1297.zip
Change spaces to tabs where needed.
Notes
Notes: svn path=/head/; revision=163886
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 8f8de353fa48..3bf087f8572c 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: