From: Sage Weil Date: Thu, 3 Mar 2016 18:38:19 +0000 (-0500) Subject: mon/OSDMonitor: fix indentation X-Git-Tag: v10.1.0~198^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=47b650c1497b8eaf37cfcb7e3b9fda12d8cf2d7a;p=ceph.git mon/OSDMonitor: fix indentation Signed-off-by: Sage Weil --- diff --git a/src/mon/OSDMonitor.cc b/src/mon/OSDMonitor.cc index 7d476f3309b2..38dc58c6f832 100644 --- a/src/mon/OSDMonitor.cc +++ b/src/mon/OSDMonitor.cc @@ -646,7 +646,7 @@ int OSDMonitor::reweight_by_utilization(int oload, unsigned new_weight = (unsigned)((average_util / util) * (float)weight); new_weight = MIN(new_weight, weight + max_change); if (new_weight > 0x10000) - new_weight = 0x10000; + new_weight = 0x10000; if (new_weight > weight) { newinc.new_weight[p->first] = new_weight; if (!dry_run) {