aboutsummaryrefslogtreecommitdiff
path: root/gdb/dbug-rom.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/dbug-rom.c')
-rw-r--r--gdb/dbug-rom.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/dbug-rom.c b/gdb/dbug-rom.c
index 93c1f88..fa9c974 100644
--- a/gdb/dbug-rom.c
+++ b/gdb/dbug-rom.c
@@ -91,7 +91,8 @@ static struct monitor_ops dbug_cmds ;
static char *dbug_inits[] = {"\r", NULL};
-static void init_dbug_cmds(void)
+static void
+init_dbug_cmds(void)
{
dbug_cmds.flags = MO_CLR_BREAK_USES_ADDR | MO_GETMEM_NEEDS_RANGE | MO_FILL_USES_ADDR;
dbug_cmds.init = dbug_inits; /* Init strings */