summaryrefslogtreecommitdiff
path: root/gdb/remote-est.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/remote-est.c')
-rw-r--r--gdb/remote-est.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/remote-est.c b/gdb/remote-est.c
index 00d23b0e675..27fd8aa5184 100644
--- a/gdb/remote-est.c
+++ b/gdb/remote-est.c
@@ -96,7 +96,9 @@ static char *est_inits[] = {"he\r", /* Resets the prompt, and clears repeated cm
NULL};
static struct monitor_ops est_cmds ;
-static void init_est_cmds(void)
+
+static void
+init_est_cmds(void)
{
est_cmds.flags = MO_CLR_BREAK_USES_ADDR | MO_FILL_USES_ADDR | MO_NEED_REGDUMP_AFTER_CONT |
MO_SREC_ACK | MO_SREC_ACK_PLUS ;