From: Simon Marchi Date: Tue, 11 Mar 2025 19:04:01 +0000 (-0400) Subject: gdb: remove trailing whitespaces in exceptions.c X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b21f6439cc6d3a6eb7d0ce1c7497d65ee1bffe12;p=thirdparty%2Fbinutils-gdb.git gdb: remove trailing whitespaces in exceptions.c Change-Id: Icc7b468b85c09a9721fc9580892c9ad424e0a29a --- diff --git a/gdb/exceptions.c b/gdb/exceptions.c index 368999829fc..0fdb0758cdb 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. */