Fix indention. Signed-off-by: Lan Tianyu <lantianyu1986@xxxxxxxxx> --- src/common/Throttle.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/Throttle.h b/src/common/Throttle.h index 6d03988..f261ee0 100644 --- a/src/common/Throttle.h +++ b/src/common/Throttle.h @@ -16,7 +16,7 @@ class Throttle { CephContext *cct; std::string name; PerfCounters *logger; - ceph::atomic_t count, max; + ceph::atomic_t count, max; Mutex lock; list<Cond*> cond; bool use_perf; -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html