Formatting
authorkhizmax <libcds.dev@gmail.com>
Thu, 24 Dec 2015 20:01:58 +0000 (23:01 +0300)
committerkhizmax <libcds.dev@gmail.com>
Thu, 24 Dec 2015 20:01:58 +0000 (23:01 +0300)
tests/test-hdr/set/hdr_intrusive_striped_hashset_splayset.cpp
tests/test-hdr/set/hdr_intrusive_striped_hashset_treapset.cpp
tests/unit/set2/set_type_feldman_hashset.h
tools/make_distrib.pl

index 8a3ffdc8edd2fb2ddf8028217a703b01d320d735..c703693a57ac45192d37001a70b9cceefaba3d75 100644 (file)
@@ -43,7 +43,7 @@ namespace set {
     {
         typedef ci::StripedSet<
             bi::splay_set<base_item_type
     {
         typedef ci::StripedSet<
             bi::splay_set<base_item_type
-                , bi::compare<IntrusiveStripedSetHdrTest::less<base_item_type>> 
+                , bi::compare<IntrusiveStripedSetHdrTest::less<base_item_type>>
                 CDS_BOOST_INTRUSIVE_KEY_OF_VALUE_OPTION( base_item_type )
             >
             ,co::hash< IntrusiveStripedSetHdrTest::hash_int >
                 CDS_BOOST_INTRUSIVE_KEY_OF_VALUE_OPTION( base_item_type )
             >
             ,co::hash< IntrusiveStripedSetHdrTest::hash_int >
@@ -57,7 +57,7 @@ namespace set {
     {
         typedef ci::StripedSet<
             bi::splay_set<base_item_type
     {
         typedef ci::StripedSet<
             bi::splay_set<base_item_type
-                , bi::compare<IntrusiveStripedSetHdrTest::less<base_item_type>> 
+                , bi::compare<IntrusiveStripedSetHdrTest::less<base_item_type>>
                 CDS_BOOST_INTRUSIVE_KEY_OF_VALUE_OPTION( base_item_type )
             >
             ,co::hash< IntrusiveStripedSetHdrTest::hash_int >
                 CDS_BOOST_INTRUSIVE_KEY_OF_VALUE_OPTION( base_item_type )
             >
             ,co::hash< IntrusiveStripedSetHdrTest::hash_int >
@@ -71,7 +71,7 @@ namespace set {
     {
         typedef ci::StripedSet<
             bi::splay_set<base_item_type
     {
         typedef ci::StripedSet<
             bi::splay_set<base_item_type
-                , bi::compare<IntrusiveStripedSetHdrTest::less<base_item_type>> 
+                , bi::compare<IntrusiveStripedSetHdrTest::less<base_item_type>>
                 CDS_BOOST_INTRUSIVE_KEY_OF_VALUE_OPTION( base_item_type )
             >
             ,co::hash< IntrusiveStripedSetHdrTest::hash_int >
                 CDS_BOOST_INTRUSIVE_KEY_OF_VALUE_OPTION( base_item_type )
             >
             ,co::hash< IntrusiveStripedSetHdrTest::hash_int >
index 0ded224ba727f0c79f02ba3e2917c99528c499c1..1a2207a40492aa5c001bdaa2b58a75939f951fdb 100644 (file)
@@ -59,7 +59,7 @@ namespace set {
     void IntrusiveStripedSetHdrTest::Striped_treap_set_basehook_bucket_threshold()
     {
         typedef ci::StripedSet<
     void IntrusiveStripedSetHdrTest::Striped_treap_set_basehook_bucket_threshold()
     {
         typedef ci::StripedSet<
-            bi::treap_set<base_item_type, 
+            bi::treap_set<base_item_type,
                 bi::compare<IntrusiveStripedSetHdrTest::less<base_item_type> >,
                 bi::priority<priority_cmp<base_item_type>>
                 CDS_BOOST_INTRUSIVE_KEY_OF_VALUE_OPTION( base_item_type )
                 bi::compare<IntrusiveStripedSetHdrTest::less<base_item_type> >,
                 bi::priority<priority_cmp<base_item_type>>
                 CDS_BOOST_INTRUSIVE_KEY_OF_VALUE_OPTION( base_item_type )
@@ -74,8 +74,8 @@ namespace set {
     void IntrusiveStripedSetHdrTest::Striped_treap_set_basehook_bucket_threshold_rt()
     {
         typedef ci::StripedSet<
     void IntrusiveStripedSetHdrTest::Striped_treap_set_basehook_bucket_threshold_rt()
     {
         typedef ci::StripedSet<
-            bi::treap_set<base_item_type, 
-                bi::compare<IntrusiveStripedSetHdrTest::less<base_item_type>>, 
+            bi::treap_set<base_item_type,
+                bi::compare<IntrusiveStripedSetHdrTest::less<base_item_type>>,
                 bi::priority<priority_cmp<base_item_type>>
                 CDS_BOOST_INTRUSIVE_KEY_OF_VALUE_OPTION( base_item_type )
             >
                 bi::priority<priority_cmp<base_item_type>>
                 CDS_BOOST_INTRUSIVE_KEY_OF_VALUE_OPTION( base_item_type )
             >
index f9f00992a9eb2e2127af31a9425704995cf65b78..6b570cb3bd0532dd488596d7cf127d5e54010a41 100644 (file)
@@ -32,7 +32,7 @@ namespace set2 {
         };
 
     public:
         };
 
     public:
-        typedef typename T::hasher hasher ;
+        typedef typename T::hasher hasher;
         typedef typename get_extracted_ptr<GC>::extracted_ptr extracted_ptr;
 
         template <class Config>
         typedef typename get_extracted_ptr<GC>::extracted_ptr extracted_ptr;
 
         template <class Config>
index 5b04056de17e282e03d965b6e08aabd517deaa09..c2365d4ab463ccea8301650395b471d4f5fc3d7b 100644 (file)
@@ -17,7 +17,7 @@ print "Distrib dir: $DistrDir\n";
 my $GitBranch = get_git_branch();\r
 my $GitRepo = get_git_repo();\r
 print "Clone git: repo=$GitRepo, branch=$GitBranch\n";\r
 my $GitBranch = get_git_branch();\r
 my $GitRepo = get_git_repo();\r
 print "Clone git: repo=$GitRepo, branch=$GitBranch\n";\r
-`git clone -b $GitBranch $GitRepo $DistrDir` or die "Error cloning branch $GitBranch to $DistrDir\n";\r
+`git clone -b $GitBranch $GitRepo $DistrDir`; # or die "Error cloning branch $GitBranch to $DistrDir\n";\r
 print "Remove $DistrDir/.git directory\n";\r
 `rm -fr $DistrDir/.git`;\r
 `rm -f $DistrDir/.gitignore $DistrDir/tools/brush_cds.pl $DistrDir/tools/make_distrib.pl $DistrDir/tools/make_distrib.bat $DistrDir/doxygen/images.odp`;\r
 print "Remove $DistrDir/.git directory\n";\r
 `rm -fr $DistrDir/.git`;\r
 `rm -f $DistrDir/.gitignore $DistrDir/tools/brush_cds.pl $DistrDir/tools/make_distrib.pl $DistrDir/tools/make_distrib.bat $DistrDir/doxygen/images.odp`;\r