Run clang-format
authorJeff Preshing <filter-github@preshing.com>
Sat, 6 Feb 2016 17:55:15 +0000 (12:55 -0500)
committerJeff Preshing <filter-github@preshing.com>
Sat, 6 Feb 2016 17:55:15 +0000 (12:55 -0500)
commite8d98a04ab8e1fc34bef37bd9b802c49510c9e83
tree41564a1c4aeb1801af3f56d1a3046ec67ded1af2
parent4249e1abd767b5cbbe9b722710b90ed49cd0390a
Run clang-format
36 files changed:
.clang-format
junction/ConcurrentMap_Grampa.cpp
junction/ConcurrentMap_Grampa.h
junction/ConcurrentMap_LeapFrog.cpp
junction/ConcurrentMap_LeapFrog.h
junction/ConcurrentMap_Linear.cpp
junction/ConcurrentMap_Linear.h
junction/Core.h
junction/QSBR.cpp
junction/QSBR.h
junction/SimpleJobCoordinator.h
junction/SingleMap_Linear.h
junction/details/Grampa.h
junction/details/LeapFrog.h
junction/details/Linear.h
junction/extra/MemHook_NBDS.cpp
junction/extra/MemHook_TBB.cpp
junction/extra/impl/MapAdapter_CDS_Cuckoo.h
junction/extra/impl/MapAdapter_CDS_Michael.h
junction/extra/impl/MapAdapter_Grampa.h
junction/extra/impl/MapAdapter_LeapFrog.h
junction/extra/impl/MapAdapter_Linear.h
junction/extra/impl/MapAdapter_Linear_Mutex.h
junction/extra/impl/MapAdapter_Linear_RWLock.h
junction/extra/impl/MapAdapter_Null.h
junction/extra/impl/MapAdapter_StdMap.h
junction/striped/ConditionBank.h
junction/striped/ManualResetEvent.h
junction/striped/Mutex.h
samples/MapCorrectnessTests/MapCorrectnessTests.cpp
samples/MapCorrectnessTests/TestChurn.h
samples/MapCorrectnessTests/TestEnvironment.h
samples/MapCorrectnessTests/TestInsertDifferentKeys.h
samples/MapCorrectnessTests/TestInsertSameKeys.h
samples/MapPerformanceTests/MapPerformanceTests.cpp
samples/MapScalabilityTests/MapScalabilityTests.cpp