Skip to content

Commit 47f2dbf

Browse files
committed
Fix formatting
1 parent 7ce310a commit 47f2dbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bolt/lib/Core/ParallelUtilities.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,8 @@ void runOnEachFunction(BinaryContext &BC, SchedulingPolicy SchedPolicy,
164164
Pool.wait();
165165
}
166166

167-
static void EnsureAllocatorExists(BinaryContext& BC, unsigned AllocId) {
168-
if (!BC.MIB->checkAllocatorExists(AllocId)) {
167+
static void EnsureAllocatorExists(BinaryContext &BC, unsigned AllocId) {
168+
if (!BC.MIB->checkAllocatorExists(AllocId)) {
169169
MCPlusBuilder::AllocatorIdTy Id =
170170
BC.MIB->initializeNewAnnotationAllocator();
171171
(void)Id;

0 commit comments

Comments
 (0)