Removed trailing whitespaces
[libcds.git] / cds / os / alloc_aligned.h
index 1b28597871c63035fbd7b3bcc2c6cde4df1f6fb1..aa12313eca5775d170e75abc15854f08516ea268 100644 (file)
@@ -141,7 +141,7 @@ namespace cds {
                 sizeof(T) % nAlign == 0
                 \endcode
 
-                The function, like operator \p new does not return \p nullptr. 
+                The function, like operator \p new does not return \p nullptr.
                 In no memory situation the function throws \p std::bad_alloc exception.
             */
             pointer allocate( size_type nAlign, size_type nCount )