From: Simon Marchi Date: Thu, 17 Jul 2025 12:30:41 +0000 (-0400) Subject: gdb: fix formatting in solib.c X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=596ba5e9fb2bb03d866bc8cfacc0b24c2619d723;p=thirdparty%2Fbinutils-gdb.git gdb: fix formatting in solib.c Change-Id: I7ae1ca4a822ecc2805025fac59a22af5d2a41166 --- diff --git a/gdb/solib.c b/gdb/solib.c index 676688bc3f2..6d0fded6be8 100644 --- a/gdb/solib.c +++ b/gdb/solib.c @@ -1743,8 +1743,8 @@ gdb_bfd_read_elf_soname (const char *filename) if symbol is not found. */ static CORE_ADDR -bfd_lookup_symbol_from_dyn_symtab ( - bfd *abfd, gdb::function_view match_sym) +bfd_lookup_symbol_from_dyn_symtab + (bfd *abfd, gdb::function_view match_sym) { long storage_needed = bfd_get_dynamic_symtab_upper_bound (abfd); CORE_ADDR symaddr = 0;