Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kbeyls committed Apr 30, 2024
1 parent 7ce310a commit 47f2dbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bolt/lib/Core/ParallelUtilities.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@ void runOnEachFunction(BinaryContext &BC, SchedulingPolicy SchedPolicy,
Pool.wait();
}

static void EnsureAllocatorExists(BinaryContext& BC, unsigned AllocId) {
if (!BC.MIB->checkAllocatorExists(AllocId)) {
static void EnsureAllocatorExists(BinaryContext &BC, unsigned AllocId) {
if (!BC.MIB->checkAllocatorExists(AllocId)) {
MCPlusBuilder::AllocatorIdTy Id =
BC.MIB->initializeNewAnnotationAllocator();
(void)Id;
Expand Down

0 comments on commit 47f2dbf

Please sign in to comment.