diff options
author | Simon Marchi <simon.marchi@efficios.com> | 2025-08-25 12:48:17 -0400 |
---|---|---|
committer | Simon Marchi <simon.marchi@efficios.com> | 2025-08-25 12:48:17 -0400 |
commit | fa8b445d00c518de27064db3dff22b6c476058ea (patch) | |
tree | 130f3eececfd3114444caa6f80bb1214a3098680 | |
parent | c9b8f14cbafac00acfbeaba1590ef9dd5ec8cd4a (diff) | |
download | binutils-fa8b445d00c518de27064db3dff22b6c476058ea.zip binutils-fa8b445d00c518de27064db3dff22b6c476058ea.tar.gz binutils-fa8b445d00c518de27064db3dff22b6c476058ea.tar.bz2 |
gdb: fix indentation in objfiles.c
Change-Id: I3d39ee767a3b2b743b3a90386fb30a6703e9733e
-rw-r--r-- | gdb/objfiles.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/objfiles.c b/gdb/objfiles.c index 7a8b0ba..9ea07cb 100644 --- a/gdb/objfiles.c +++ b/gdb/objfiles.c @@ -189,7 +189,7 @@ objfile_lookup_static_link (struct objfile *objfile, static void add_to_objfile_sections (struct bfd *abfd, struct bfd_section *asect, - struct objfile *objfile, int force) + struct objfile *objfile, int force) { struct obj_section *section; |