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.
1 parent e14827f commit 2c63e6dCopy full SHA for 2c63e6d
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