Merge branch 'integration' of github.com:khizmax/libcds into integration
[libcds.git] / cds / urcu / details / base.h
index 7a81b8635dfca4436eebcf9622798922e1a368f7..97f617bbe8983c7519bb2de4a5110752f9697869 100644 (file)
@@ -435,7 +435,7 @@ namespace cds {
         */
         struct epoch_retired_ptr: public retired_ptr
         {
-            uint64_t    m_nEpoch ;  ///< The epoch when the object has been retired
+            uint64_t    m_nEpoch;  ///< The epoch when the object has been retired
 
             //@cond
             epoch_retired_ptr()