diff mbox

Throttle: Fix indention

Message ID 1383895953-583-1-git-send-email-lantianyu1986@gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

Tianyu Lan Nov. 8, 2013, 7:32 a.m. UTC
Fix indention.

Signed-off-by: Lan Tianyu <lantianyu1986@gmail.com>
---
 src/common/Throttle.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

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;