Skip to content

Commit 57a8542

Browse files
committed
Formatting changes
1 parent ccb6e49 commit 57a8542

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bolt/lib/Rewrite/DWARFRewriter.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -632,8 +632,7 @@ void DWARFRewriter::updateDebugInfo() {
632632
std::mutex AccessMutex;
633633
// Needs to be invoked in the same order as CUs are processed.
634634
llvm::DenseMap<uint64_t, uint64_t> LocListWritersIndexByCU;
635-
auto createRangeLocListAddressWriters =
636-
[&](DWARFUnit &CU) {
635+
auto createRangeLocListAddressWriters = [&](DWARFUnit &CU) {
637636
std::lock_guard<std::mutex> Lock(AccessMutex);
638637

639638
const uint16_t DwarfVersion = CU.getVersion();

0 commit comments

Comments
 (0)