mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-26 07:19:16 +08:00
gdb, gdbserver, gdbsupport: fix whitespace issues
Replace spaces with tabs in a bunch of places. Change-Id: If0f87180f1d13028dc178e5a8af7882a067868b0
This commit is contained in:
@ -52,7 +52,7 @@ static void do_define_command (const char *comname, int from_tty,
|
||||
const counted_command_line *commands);
|
||||
|
||||
static void do_document_command (const char *comname, int from_tty,
|
||||
const counted_command_line *commands);
|
||||
const counted_command_line *commands);
|
||||
|
||||
static const char *read_next_line (std::string &buffer);
|
||||
|
||||
@ -1509,7 +1509,7 @@ define_command (const char *comname, int from_tty)
|
||||
command and the commands are provided. */
|
||||
static void
|
||||
do_document_command (const char *comname, int from_tty,
|
||||
const counted_command_line *commands)
|
||||
const counted_command_line *commands)
|
||||
{
|
||||
struct cmd_list_element *alias, *prefix_cmd, *c;
|
||||
const char *comfull;
|
||||
@ -1540,7 +1540,7 @@ do_document_command (const char *comname, int from_tty,
|
||||
if (commands == nullptr)
|
||||
{
|
||||
std::string prompt
|
||||
= string_printf ("Type documentation for \"%s\".", comfull);
|
||||
= string_printf ("Type documentation for \"%s\".", comfull);
|
||||
doclines = read_command_lines (prompt.c_str (), from_tty, 0, 0);
|
||||
}
|
||||
else
|
||||
@ -1696,7 +1696,7 @@ _initialize_cli_script ()
|
||||
as this helps the user to either type the command name and/or
|
||||
its prefixes. */
|
||||
document_cmd_element = add_com ("document", class_support, document_command,
|
||||
_("\
|
||||
_("\
|
||||
Document a user-defined command or user-defined alias.\n\
|
||||
Give command or alias name as argument. Give documentation on following lines.\n\
|
||||
End with a line of just \"end\"."));
|
||||
|
Reference in New Issue
Block a user