[binutils-gdb] gdb/solib-svr4: fix indent

Simon Marchi simark@sourceware.org
Tue Jul 22 17:48:02 GMT 2025


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=d8255557dd8684138f927f905889236d7e4483eb

commit d8255557dd8684138f927f905889236d7e4483eb
Author: Simon Marchi <simon.marchi@efficios.com>
Date:   Tue Jul 22 13:47:04 2025 -0400

    gdb/solib-svr4: fix indent
    
    Change-Id: I63f78f359f55ec15fb3296a1a9ce28c9d01d663b

Diff:
---
 gdb/solib-svr4.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gdb/solib-svr4.c b/gdb/solib-svr4.c
index fab84c96fde..c72d9ad6f26 100644
--- a/gdb/solib-svr4.c
+++ b/gdb/solib-svr4.c
@@ -2715,8 +2715,8 @@ svr4_solib_ops::enable_break (svr4_info *info, int from_tty) const
 	 linker.  Warn and drop into the old code.  */
     bkpt_at_symbol:
       warning (_("Unable to find dynamic linker breakpoint function.\n"
-	       "GDB will be unable to debug shared library initializers\n"
-	       "and track explicitly loaded dynamic code."));
+		 "GDB will be unable to debug shared library initializers\n"
+		 "and track explicitly loaded dynamic code."));
     }
 
   /* Scan through the lists of symbols, trying to look up the symbol and


More information about the Gdb-cvs mailing list