diff options
author | Sage Weil <sage@newdream.net> | 2009-12-01 22:12:07 (GMT) |
---|---|---|
committer | Sage Weil <sage@newdream.net> | 2009-12-03 22:59:44 (GMT) |
commit | 50b885b96c903e420a1eac54dd27626244704a06 (patch) | |
tree | 35038a32cbb963c784685e8b73d6ecd1a7cde3c9 /fs/ceph/crush | |
parent | 34b43a56b9b103a7a820032177131532d9dbdbe8 (diff) | |
download | linux-50b885b96c903e420a1eac54dd27626244704a06.tar.xz |
ceph: whitespace cleanup
Signed-off-by: Sage Weil <sage@newdream.net>
Diffstat (limited to 'fs/ceph/crush')
-rw-r--r-- | fs/ceph/crush/mapper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ceph/crush/mapper.c b/fs/ceph/crush/mapper.c index 2523d44..9ba54ef 100644 --- a/fs/ceph/crush/mapper.c +++ b/fs/ceph/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]; } } |