Skip to content

Commit 8ce502e

Browse files
fix formatting
1 parent 8d14f51 commit 8ce502e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lldb/source/ValueObject/ValueObjectSyntheticFilter.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -359,8 +359,7 @@ ValueObjectSynthetic::GetIndexOfChildWithName(llvm::StringRef name_ref) {
359359
return *found_index;
360360

361361
return llvm::createStringError(
362-
"'ValueObjectSynthetic' cannot find index "
363-
"of child '%s'",
362+
"'ValueObjectSynthetic' cannot find index of child '%s'",
364363
name.AsCString());
365364
}
366365

0 commit comments

Comments
 (0)