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

Message ID 20230301202307.903046-1-simon.marchi@efficios.com
State Committed
Commit 09e5f69526eaa2916cc2b30de78d0558b9b0f832
Headers
Series [pushed] gdb: fix a whitespace issue in solib-rocm.c |

Commit Message

Simon Marchi March 1, 2023, 8:23 p.m. UTC
  Change-Id: I9cd236eaf161fe3a1abf0d212efca47a7149e021
---
 gdb/solib-rocm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

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."));
 	    }