]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gdb: fix formatting in solib.c
authorSimon Marchi <simon.marchi@efficios.com>
Thu, 17 Jul 2025 12:30:41 +0000 (08:30 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Thu, 17 Jul 2025 12:30:41 +0000 (08:30 -0400)
Change-Id: I7ae1ca4a822ecc2805025fac59a22af5d2a41166

gdb/solib.c

index 676688bc3f26e061f53fa24261134b7eb6bb9801..6d0fded6be8234f8a6bf28cfa67d372da2724d7e 100644 (file)
@@ -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<bool (const asymbol *)> match_sym)
+bfd_lookup_symbol_from_dyn_symtab
+  (bfd *abfd, gdb::function_view<bool (const asymbol *)> match_sym)
 {
   long storage_needed = bfd_get_dynamic_symtab_upper_bound (abfd);
   CORE_ADDR symaddr = 0;