[pushed,2/3] gdb: remove trailing whitespaces in exceptions.c

Message ID 20250312182239.48744-2-simon.marchi@efficios.com
State New
Headers
Series [pushed,1/3] gdb: remove include from process-stratum-target.h |

Checks

Context Check Description
linaro-tcwg-bot/tcwg_gdb_build--master-aarch64 fail Patch failed to apply
linaro-tcwg-bot/tcwg_gdb_build--master-arm fail Patch failed to apply

Commit Message

Simon Marchi March 12, 2025, 6:22 p.m. UTC
  Change-Id: Icc7b468b85c09a9721fc9580892c9ad424e0a29a
---
 gdb/exceptions.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

diff --git a/gdb/exceptions.c b/gdb/exceptions.c
index 368999829fce..0fdb0758cdba 100644
--- a/gdb/exceptions.c
+++ b/gdb/exceptions.c
@@ -82,7 +82,7 @@  print_exception (struct ui_file *file, const struct gdb_exception &e)
 	  end++;
 	  file->write (start, end - start);
 	}
-    }					    
+    }
   gdb_printf (file, "\n");
 
   /* Now append the annotation.  */