From: Simon Marchi Date: Mon, 25 Aug 2025 16:48:17 +0000 (-0400) Subject: gdb: fix indentation in objfiles.c X-Git-Tag: gdb-17-branchpoint~186 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fa8b445d00c518de27064db3dff22b6c476058ea;p=thirdparty%2Fbinutils-gdb.git gdb: fix indentation in objfiles.c Change-Id: I3d39ee767a3b2b743b3a90386fb30a6703e9733e --- diff --git a/gdb/objfiles.c b/gdb/objfiles.c index 7a8b0ba3b8e..9ea07cbaa66 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;