Text formatting, docfix
[libcds.git] / tests / unit / set2 / set_type_cuckoo.h
index 31010b9afd729cc41f9fabaaf1aaddff51b1560d..bf7d2120508078d5f6618b3fa9cc21510cdb62a0 100644 (file)
@@ -19,7 +19,8 @@ namespace set2 {
     public:
         template <typename Config>
         CuckooSet( Config const& cfg )
-            : cuckoo_base_class( 
+            : cuckoo_base_class(
+
                 cfg.c_nCuckooInitialSize,
                 static_cast<unsigned int>( cfg.c_nCuckooProbesetSize ),
                 static_cast<unsigned int>( cfg.c_nCuckooProbesetThreshold )