Reformated code acording to format rules in .clang-format.

This commit is contained in:
Kruno Tomola Fabro
2016-07-31 13:56:13 +01:00
parent 246cf1fd78
commit bf174644de
20 changed files with 282 additions and 188 deletions

View File

@@ -10,7 +10,8 @@ constexpr size_t no_insert_for_one_delete = 2;
// This test checks remove method under pressure.
// Each thread removes random data. So removes are joint.
// Calls of remove method are interleaved with insert calls.
int main() {
int main()
{
memory_check(THREADS_NO, [] {
skiplist_t skiplist;