[binutils-gdb] gdb: fix a whitespace issue in solib-rocm.c

Simon Marchi simark@sourceware.org
Wed Mar 1 20:23:00 GMT 2023


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

commit 09e5f69526eaa2916cc2b30de78d0558b9b0f832
Author: Simon Marchi <simon.marchi@efficios.com>
Date:   Wed Mar 1 15:21:53 2023 -0500

    gdb: fix a whitespace issue in solib-rocm.c
    
    Change-Id: I9cd236eaf161fe3a1abf0d212efca47a7149e021

Diff:
---
 gdb/solib-rocm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gdb/solib-rocm.c b/gdb/solib-rocm.c
index 2b965acc790..00a1eb69fed 100644
--- a/gdb/solib-rocm.c
+++ b/gdb/solib-rocm.c
@@ -425,7 +425,7 @@ rocm_bfd_iovec_open (bfd *abfd, void *inferior_void)
 	  if (errno != 0)
 	    {
 	      /* The actual message doesn't matter, the exception is caught
-	         below, transformed in a BFD error, and the message is lost.  */
+		 below, transformed in a BFD error, and the message is lost.  */
 	      error (_("Failed to parse integer."));
 	    }


More information about the Gdb-cvs mailing list