gdb: remove trailing whitespaces in exceptions.c

Change-Id: Icc7b468b85c09a9721fc9580892c9ad424e0a29a
This commit is contained in:
Simon Marchi
2025-03-11 15:04:01 -04:00
parent bb19646159
commit b21f6439cc

View File

@@ -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. */