From 10e95db376043a8650dd7553940996b9febdaece Mon Sep 17 00:00:00 2001 From: khizmax Date: Thu, 24 Dec 2015 23:01:58 +0300 Subject: [PATCH] Formatting --- .../test-hdr/set/hdr_intrusive_striped_hashset_splayset.cpp | 6 +++--- .../test-hdr/set/hdr_intrusive_striped_hashset_treapset.cpp | 6 +++--- tests/unit/set2/set_type_feldman_hashset.h | 2 +- tools/make_distrib.pl | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/tests/test-hdr/set/hdr_intrusive_striped_hashset_splayset.cpp b/tests/test-hdr/set/hdr_intrusive_striped_hashset_splayset.cpp index 8a3ffdc8..c703693a 100644 --- a/tests/test-hdr/set/hdr_intrusive_striped_hashset_splayset.cpp +++ b/tests/test-hdr/set/hdr_intrusive_striped_hashset_splayset.cpp @@ -43,7 +43,7 @@ namespace set { { typedef ci::StripedSet< bi::splay_set> + , bi::compare> 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> + , bi::compare> 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> + , bi::compare> CDS_BOOST_INTRUSIVE_KEY_OF_VALUE_OPTION( base_item_type ) > ,co::hash< IntrusiveStripedSetHdrTest::hash_int > diff --git a/tests/test-hdr/set/hdr_intrusive_striped_hashset_treapset.cpp b/tests/test-hdr/set/hdr_intrusive_striped_hashset_treapset.cpp index 0ded224b..1a2207a4 100644 --- a/tests/test-hdr/set/hdr_intrusive_striped_hashset_treapset.cpp +++ b/tests/test-hdr/set/hdr_intrusive_striped_hashset_treapset.cpp @@ -59,7 +59,7 @@ namespace set { void IntrusiveStripedSetHdrTest::Striped_treap_set_basehook_bucket_threshold() { typedef ci::StripedSet< - bi::treap_set >, bi::priority> 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< - bi::treap_set>, + bi::treap_set>, bi::priority> CDS_BOOST_INTRUSIVE_KEY_OF_VALUE_OPTION( base_item_type ) > diff --git a/tests/unit/set2/set_type_feldman_hashset.h b/tests/unit/set2/set_type_feldman_hashset.h index f9f00992..6b570cb3 100644 --- a/tests/unit/set2/set_type_feldman_hashset.h +++ b/tests/unit/set2/set_type_feldman_hashset.h @@ -32,7 +32,7 @@ namespace set2 { }; public: - typedef typename T::hasher hasher ; + typedef typename T::hasher hasher; typedef typename get_extracted_ptr::extracted_ptr extracted_ptr; template diff --git a/tools/make_distrib.pl b/tools/make_distrib.pl index 5b04056d..c2365d4a 100644 --- a/tools/make_distrib.pl +++ b/tools/make_distrib.pl @@ -17,7 +17,7 @@ print "Distrib dir: $DistrDir\n"; my $GitBranch = get_git_branch(); my $GitRepo = get_git_repo(); print "Clone git: repo=$GitRepo, branch=$GitBranch\n"; -`git clone -b $GitBranch $GitRepo $DistrDir` or die "Error cloning branch $GitBranch to $DistrDir\n"; +`git clone -b $GitBranch $GitRepo $DistrDir`; # or die "Error cloning branch $GitBranch to $DistrDir\n"; print "Remove $DistrDir/.git directory\n"; `rm -fr $DistrDir/.git`; `rm -f $DistrDir/.gitignore $DistrDir/tools/brush_cds.pl $DistrDir/tools/make_distrib.pl $DistrDir/tools/make_distrib.bat $DistrDir/doxygen/images.odp`; -- 2.34.1