Merge branch 'dev' of github.com:khizmax/libcds into dev
[libcds.git] / cds / sync / injecting_monitor.h
index 323866e8cddb909a9b491ffd7fd3d11b58204632..1c81327d52c67843d3a6f4f9eb634735cd176a15 100644 (file)
@@ -19,7 +19,7 @@ namespace cds { namespace sync {
 
     /// @ref cds_sync_monitor "Monitor" that injects the lock into each node
     /**
-        This simple monitor injects the lock object of type \p Lock into each node. 
+        This simple monitor injects the lock object of type \p Lock into each node.
         The monitor is designed for user-space locking primitives like \ref sync::spin_lock "spin-lock".
 
         Template arguments:
@@ -66,7 +66,7 @@ namespace cds { namespace sync {
 
         /// Scoped lock
         template <typename Node>
-        using scoped_lock = monitor_scoped_lock< injecting_monitor, Node > ;
+        using scoped_lock = monitor_scoped_lock< injecting_monitor, Node >;
     };
 }} // namespace cds::sync