Skip to content

Commit 6de19b6

Browse files
author
git apple-llvm automerger
committed
Merge commit 'bb4a3760079b' from swift/release/6.1 into stable/20240723
2 parents aa18273 + 8ae1593 commit 6de19b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Host/common/Editline.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -953,7 +953,7 @@ PrintCompletion(FILE *output_file,
953953
} else {
954954
// If the completion doesn't fit on the screen, print ellipsis and don't
955955
// bother with the description.
956-
fprintf(output_file, "%.*s...\n\n",
956+
fprintf(output_file, "%.*s...\n",
957957
static_cast<int>(max_length - padding_length - ellipsis_length),
958958
c.GetCompletion().c_str());
959959
continue;

0 commit comments

Comments
 (0)