movable guarded_ptr: EllenBinTree
[libcds.git] / cds / gc / details / hp.h
index 9e191b09bf7e1eea55ff52b0898a5d3b93141b00..ab475a3acabbf1595a824e2909b9a5206652d8ff 100644 (file)
@@ -613,7 +613,7 @@ namespace cds {
         */
         class guard
         {
-            details::hp_guard&   m_hp    ; ///< Hazard pointer guarded
+            details::hp_guard&  m_hp    ; ///< Hazard pointer guarded
             ThreadGC&           m_gc    ; ///< Thread GC
 
         public: