diff options
author | Sage Weil <sage@newdream.net> | 2009-12-01 17:12:07 -0500 |
---|---|---|
committer | Sage Weil <sage@newdream.net> | 2009-12-03 17:59:44 -0500 |
commit | 50b885b96c903e420a1eac54dd27626244704a06 (patch) | |
tree | 35038a32cbb963c784685e8b73d6ecd1a7cde3c9 /fs/ceph/crush/mapper.c | |
parent | 34b43a56b9b103a7a820032177131532d9dbdbe8 (diff) |
ceph: whitespace cleanup
Signed-off-by: Sage Weil <sage@newdream.net>
Diffstat (limited to 'fs/ceph/crush/mapper.c')
-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 2523d448445c..9ba54efb6543 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) | |||
254 | x, r); | 254 | x, r); |
255 | default: | 255 | default: |
256 | BUG_ON(1); | 256 | BUG_ON(1); |
257 | return in->items[0]; | 257 | return in->items[0]; |
258 | } | 258 | } |
259 | } | 259 | } |
260 | 260 | ||