We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aa18273 + 8ae1593 commit 6de19b6Copy full SHA for 6de19b6
lldb/source/Host/common/Editline.cpp
@@ -953,7 +953,7 @@ PrintCompletion(FILE *output_file,
953
} else {
954
// If the completion doesn't fit on the screen, print ellipsis and don't
955
// bother with the description.
956
- fprintf(output_file, "%.*s...\n\n",
+ fprintf(output_file, "%.*s...\n",
957
static_cast<int>(max_length - padding_length - ellipsis_length),
958
c.GetCompletion().c_str());
959
continue;
0 commit comments