From fa8b445d00c518de27064db3dff22b6c476058ea Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Mon, 25 Aug 2025 12:48:17 -0400 Subject: gdb: fix indentation in objfiles.c Change-Id: I3d39ee767a3b2b743b3a90386fb30a6703e9733e --- gdb/objfiles.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.1