]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
crush: fix whitespace
authorSage Weil <sage@newdream.net>
Thu, 3 Dec 2009 22:58:58 +0000 (14:58 -0800)
committerSage Weil <sage@newdream.net>
Fri, 4 Dec 2009 00:27:06 +0000 (16:27 -0800)
src/crush/mapper.c

index 2523d448445c11e53c061fc1582842bdb08d9c25..9ba54efb6543c47668db6966e8c1da6b699d75ec 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];
        }
 }