Skip to content

Commit d2f1eee

Browse files
committed
Fix formatting.
1 parent e2fc338 commit d2f1eee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/lib/ObjectYAML/MachOEmitter.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,8 @@ void MachOWriter::writeLoadCommands(raw_ostream &OS) {
305305
if (NameCStr)
306306
Name = NameCStr;
307307
else
308-
Name = "(0x" + Twine::utohexstr(LC.Data.load_command_data.cmd).str() + ")";
308+
Name =
309+
"(0x" + Twine::utohexstr(LC.Data.load_command_data.cmd).str() + ")";
309310

310311
WithColor::warning() << "load command " << i << " " << Name
311312
<< " cmdsize too small ("

0 commit comments

Comments
 (0)