Skip to content

Commit d501dad

Browse files
Kevin Freikevinfrei
Kevin Frei
authored andcommitted
git clang-format continues to struggle :/
1 parent 1a35492 commit d501dad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/DebugInfo/DWARF/DWARFVerifier.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2042,8 +2042,8 @@ void DWARFVerifier::summarize() {
20422042
sys::fs::OF_Text | sys::fs::OF_None);
20432043
if (EC) {
20442044
error() << "error opening aggregate error json file '"
2045-
<< DumpOpts.AggregateErrJsonFile << "' for writing: "
2046-
<< EC.message() << '\n';
2045+
<< DumpOpts.AggregateErrJsonFile
2046+
<< "' for writing: " << EC.message() << '\n';
20472047
return;
20482048
}
20492049
JsonStream << "{\"errors\":[\n";

0 commit comments

Comments
 (0)