Skip to content

Commit 35e97c5

Browse files
committed
Update formatting
1 parent 169c340 commit 35e97c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Utility/DiagnosticsRendering.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ void RenderDiagnosticDetails(Stream &stream,
186186
// Work through each detail in reverse order using the vector/stack.
187187
bool did_print = false;
188188
for (; !remaining_details.empty(); remaining_details.pop_back()) {
189-
const auto &detail = remaining_details.back();
189+
const auto &detail = remaining_details.back();
190190
// Get the information to print this detail and remove it from the stack.
191191
// Print all the lines for all the other messages first.
192192
stream << std::string(padding, ' ');

0 commit comments

Comments
 (0)