Skip to content

Commit 8cbe329

Browse files
use clang-format
Signed-off-by: AbdAlRahman Gad <[email protected]>
1 parent afb115a commit 8cbe329

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lldb/source/Commands/CommandObjectThread.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -492,8 +492,9 @@ class CommandObjectThreadStepWithTypeAndScope : public CommandObjectParsed {
492492
llvm::Error err =
493493
sc.GetAddressRangeFromHereToEndLine(m_options.m_end_line, range);
494494
if (err) {
495-
result.AppendErrorWithFormat("invalid end-line option: %s.",
496-
llvm::toString(std::move(err)).c_str());
495+
result.AppendErrorWithFormat(
496+
"invalid end-line option: %s.",
497+
llvm::toString(std::move(err)).c_str());
497498
return;
498499
}
499500
} else if (m_options.m_end_line_is_block_end) {

0 commit comments

Comments
 (0)