bugfix in cds::gc::HP::guarded_ptr
[libcds.git] / cds / gc / details / hp.h
index 831c5d49a2658bb7341a2a4b3b1e7283039c6f90..fde65fddbdb09148a4d8bb7d69e86d4991521d3a 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: