Skip to content

Commit f408b90

Browse files
committed
Formatting changes
1 parent 4ce27d4 commit f408b90

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bolt/include/bolt/Core/ParallelUtilities.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ enum SchedulingPolicy {
5050
};
5151

5252
/// Return the managed thread pool and initialize it if not initialized.
53-
ThreadPoolInterface &getThreadPool(const unsigned int ThreadsCount = opts::ThreadCount);
53+
ThreadPoolInterface &
54+
getThreadPool(const unsigned int ThreadsCount = opts::ThreadCount);
5455

5556
/// Perform the work on each BinaryFunction except those that are accepted
5657
/// by SkipPredicate, scheduling heuristic is based on SchedPolicy.

0 commit comments

Comments
 (0)