From: Sage Weil Date: Thu, 3 Dec 2009 22:58:58 +0000 (-0800) Subject: crush: fix whitespace X-Git-Tag: v0.18~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e71e3619fc2592edf6e7bcc27725e8f5a83eb9ae;p=ceph.git crush: fix whitespace --- diff --git a/src/crush/mapper.c b/src/crush/mapper.c index 2523d448445..9ba54efb654 100644 --- a/src/crush/mapper.c +++ b/src/crush/mapper.c @@ -254,7 +254,7 @@ static int crush_bucket_choose(struct crush_bucket *in, int x, int r) x, r); default: BUG_ON(1); - return in->items[0]; + return in->items[0]; } }