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

@@ -8,7 +8,8 @@ constexpr size_t key_range = elems_per_thread * THREADS_NO * 2;
// Threads will try to insert keys in the same order.
// This will force threads to compete intensly with each other.
// Test checks for missing data and changed/overwriten data.
int main() {
int main()
{
memory_check(THREADS_NO, [] {
skiplist_t skiplist;