From e4db12978f207914ce055bf158ec10e953f13e45 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 8 Dec 2011 08:42:59 -0800 Subject: [PATCH] crush: whitespace Signed-off-by: Sage Weil --- src/crush/builder.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/crush/builder.c b/src/crush/builder.c index fa64b5021edee..dcf5a8b645786 100644 --- a/src/crush/builder.c +++ b/src/crush/builder.c @@ -31,7 +31,8 @@ void crush_finalize(struct crush_map *map) /* calc max_devices */ map->max_devices = 0; for (b=0; bmax_buckets; b++) { - if (map->buckets[b] == 0) continue; + if (map->buckets[b] == 0) + continue; for (i=0; ibuckets[b]->size; i++) if (map->buckets[b]->items[i] >= map->max_devices) map->max_devices = map->buckets[b]->items[i] + 1; -- 2.39.5