aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@efficios.com>2025-03-11 15:04:01 -0400
committerSimon Marchi <simon.marchi@efficios.com>2025-03-12 14:14:24 -0400
commitb21f6439cc6d3a6eb7d0ce1c7497d65ee1bffe12 (patch)
treefe305ed9f65fd055f152259db308a9415890e1cd
parentbb196461592856dc40840628bc3439415cd22dad (diff)
downloadbinutils-b21f6439cc6d3a6eb7d0ce1c7497d65ee1bffe12.zip
binutils-b21f6439cc6d3a6eb7d0ce1c7497d65ee1bffe12.tar.gz
binutils-b21f6439cc6d3a6eb7d0ce1c7497d65ee1bffe12.tar.bz2
gdb: remove trailing whitespaces in exceptions.c
Change-Id: Icc7b468b85c09a9721fc9580892c9ad424e0a29a
-rw-r--r--gdb/exceptions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/exceptions.c b/gdb/exceptions.c
index 3689998..0fdb075 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. */