This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[FYI] reformat comment in target.h
- From: Tom Tromey <tromey at redhat dot com>
- To: gdb-patches at sourceware dot org
- Cc: Tom Tromey <tromey at redhat dot com>
- Date: Wed, 16 Jul 2014 08:11:47 -0600
- Subject: [FYI] reformat comment in target.h
- Authentication-results: sourceware.org; auth=none
A comment in target.h went past the column limit. This patch
reformats it. I'm pushing this as obvious.
2014-07-16 Tom Tromey <tromey@redhat.com>
* target.h (struct target_ops) <to_delete_record>: Reformat
comment.
---
gdb/ChangeLog | 5 +++++
gdb/target.h | 3 ++-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/gdb/target.h b/gdb/target.h
index 8bf160c..8c8ce00 100644
--- a/gdb/target.h
+++ b/gdb/target.h
@@ -1029,7 +1029,8 @@ struct target_ops
void (*to_save_record) (struct target_ops *, const char *filename)
TARGET_DEFAULT_NORETURN (tcomplain ());
- /* Delete the recorded execution trace from the current position onwards. */
+ /* Delete the recorded execution trace from the current position
+ onwards. */
void (*to_delete_record) (struct target_ops *)
TARGET_DEFAULT_NORETURN (tcomplain ());
--
1.9.3