Skip to content

Commit

Permalink
format nit
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmolenda committed Jul 17, 2024
1 parent dbbda57 commit e5b4275
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lldb/source/Core/DynamicLoader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,7 @@ ModuleSP DynamicLoader::LoadBinaryWithUUIDAndAddress(
FileSpec name_filespec(name);

if (uuid.IsValid()) {
Progress progress("Locating binary",
prog_str.GetString().str());
Progress progress("Locating binary", prog_str.GetString().str());

// Has lldb already seen a module with this UUID?
// Or have external lookup enabled in DebugSymbols on macOS.
Expand Down

0 comments on commit e5b4275

Please sign in to comment.