From: Tom Tromey Date: Wed, 16 Jul 2014 14:09:27 +0000 (-0600) Subject: reformat comment in target.h X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=252db1b5de059d292f54216e4541e3ee8370d624;p=binutils-gdb.git reformat comment in target.h 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 * target.h (struct target_ops) : Reformat comment. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b9d4fa6dea4..064648f2105 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2014-07-16 Tom Tromey + + * target.h (struct target_ops) : Reformat + comment. + 2014-07-16 Tom Tromey * target-delegates.c: Rebuild. diff --git a/gdb/target.h b/gdb/target.h index 8bf160cbde5..8c8ce00e2a8 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 ());