Removed trailing spaces
[libcds.git] / test / stress / map / find_string / map_find_string.cpp
index 068dd8882fc0232c52bc949f196d4ec6037a7524..abacd907ffc6b8bf3ac9c7f1a994b3092ba2f2a6 100644 (file)
@@ -5,7 +5,7 @@
 
     Source code repo: http://github.com/khizmax/libcds/
     Download: http://sourceforge.net/projects/libcds/files/
-    
+
     Redistribution and use in source and binary forms, with or without
     modification, are permitted provided that the following conditions are met:
 
     SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
     CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
     OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-    OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.     
+    OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 */
 
 #include "map_find_string.h"
 #include <cds_test/hash_func.h>
 
 namespace map {
-    
+
     size_t Map_find_string::s_nThreadCount = 8;
     size_t Map_find_string::s_nMapSize = 10000000;
     size_t Map_find_string::s_nMaxLoadFactor = 8;