Consistent indentation for class visibility labels
[folly.git] / folly / detail / Sleeper.h
index 703d065ba7b2a5ec5259ab16662262dcafff8aa8..c2efad002098bbf1e018edd5f83e1f094a538af7 100644 (file)
@@ -41,7 +41,7 @@ namespace detail {
 
     uint32_t spinCount;
 
-  public:
+   public:
     Sleeper() : spinCount(0) {}
 
     void wait() {