ceph: whitespace cleanup
[safe/jmp/linux-2.6] / fs / ceph / crush / mapper.c
index 2523d44..9ba54ef 100644 (file)
@@ -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];
        }
 }