gdb: sim: add style fixes lost between git->cvs
authorMike Frysinger <vapier@gentoo.org>
Fri, 15 Apr 2011 16:23:19 +0000 (16:23 +0000)
committerMike Frysinger <vapier@gentoo.org>
Fri, 15 Apr 2011 16:23:19 +0000 (16:23 +0000)
include/gdb/remote-sim.h
sim/common/sim-options.c

index 5f6000d83df1073944411e119cdc42c5ec48b84d..14a86a8666263bc2d8dfdfc5a8bc83a8980b09e5 100644 (file)
@@ -278,6 +278,7 @@ void sim_do_command (SIM_DESC sd, char *cmd);
 
 /* Complete a command based on the available sim commands.  Returns an
    array of possible matches.  */
+
 char **sim_complete_command (SIM_DESC sd, char *text, char *word);
 
 #ifdef __cplusplus
index ee8a8ec69ce338189eeada609468aedca0705b80..cfc572cff780c1c43ac546b7543e67c81592753c 100644 (file)
@@ -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
    completed is stored in @word.  Trailing text of @word is not.  */
+
 char **
 sim_complete_command (SIM_DESC sd, char *text, char *word)
 {
This page took 0.026684 seconds and 4 git commands to generate.