public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [pushed] gdb: fix a whitespace issue in solib-rocm.c
@ 2023-03-01 20:23 Simon Marchi
  0 siblings, 0 replies; only message in thread
From: Simon Marchi @ 2023-03-01 20:23 UTC (permalink / raw)
  To: gdb-patches; +Cc: Simon Marchi

Change-Id: I9cd236eaf161fe3a1abf0d212efca47a7149e021
---
 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 2b965acc790f..00a1eb69fed4 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."));
 	    }
 
-- 
2.39.2


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-03-01 20:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-01 20:23 [pushed] gdb: fix a whitespace issue in solib-rocm.c Simon Marchi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).