Skip to content

Commit 4916ae7

Browse files
committed
Fix format
1 parent 604518f commit 4916ae7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

bindings/profilers/wall.cc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -657,11 +657,11 @@ WallProfiler::WallProfiler(std::chrono::microseconds samplingPeriod,
657657
}
658658

659659
void WallProfiler::UpdateContextCount() {
660-
std::atomic_store_explicit(
661-
reinterpret_cast<std::atomic<uint32_t>*>(
662-
&fields_[WallProfiler::Fields::kCPEDContextCount]),
663-
liveContextPtrs_.size(),
664-
std::memory_order_relaxed);
660+
std::atomic_store_explicit(
661+
reinterpret_cast<std::atomic<uint32_t>*>(
662+
&fields_[WallProfiler::Fields::kCPEDContextCount]),
663+
liveContextPtrs_.size(),
664+
std::memory_order_relaxed);
665665
}
666666

667667
void WallProfiler::Dispose(Isolate* isolate, bool removeFromMap) {

0 commit comments

Comments
 (0)