mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 17:18:24 +08:00
gdb: sim: add style fixes lost between git->cvs
This commit is contained in:
@ -278,6 +278,7 @@ void sim_do_command (SIM_DESC sd, char *cmd);
|
|||||||
|
|
||||||
/* Complete a command based on the available sim commands. Returns an
|
/* Complete a command based on the available sim commands. Returns an
|
||||||
array of possible matches. */
|
array of possible matches. */
|
||||||
|
|
||||||
char **sim_complete_command (SIM_DESC sd, char *text, char *word);
|
char **sim_complete_command (SIM_DESC sd, char *text, char *word);
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
@ -945,6 +945,7 @@ complete_option_list (char **ret, size_t *cnt, const struct option_list *ol,
|
|||||||
|
|
||||||
/* All leading text is stored in @text, while the current word being
|
/* All leading text is stored in @text, while the current word being
|
||||||
completed is stored in @word. Trailing text of @word is not. */
|
completed is stored in @word. Trailing text of @word is not. */
|
||||||
|
|
||||||
char **
|
char **
|
||||||
sim_complete_command (SIM_DESC sd, char *text, char *word)
|
sim_complete_command (SIM_DESC sd, char *text, char *word)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user