aboutsummaryrefslogtreecommitdiff
path: root/gdb/jit.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/jit.h')
-rw-r--r--gdb/jit.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/jit.h b/gdb/jit.h
index 6b6f22e..c371043 100644
--- a/gdb/jit.h
+++ b/gdb/jit.h
@@ -100,7 +100,8 @@ struct jited_objfile_data
: addr (addr),
symfile_addr (symfile_addr),
symfile_size (symfile_size)
- {}
+ {
+ }
/* Address of struct jit_code_entry for this objfile. */
CORE_ADDR addr;