]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
reformat comment in target.h
authorTom Tromey <tromey@redhat.com>
Wed, 16 Jul 2014 14:09:27 +0000 (08:09 -0600)
committerTom Tromey <tromey@redhat.com>
Wed, 16 Jul 2014 14:09:27 +0000 (08:09 -0600)
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
gdb/target.h

index b9d4fa6dea4f0d0b8047df1aaecfe3a7e6d13c86..064648f21057e335165ee1b65adc34cd26c77152 100644 (file)
@@ -1,3 +1,8 @@
+2014-07-16  Tom Tromey  <tromey@redhat.com>
+
+       * target.h (struct target_ops) <to_delete_record>: Reformat
+       comment.
+
 2014-07-16  Tom Tromey  <tromey@redhat.com>
 
        * target-delegates.c: Rebuild.
index 8bf160cbde55ca461ed4e44dbafcfbeab064f301..8c8ce00e2a8d440fb3c94c0713eb4d35770dba76 100644 (file)
@@ -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 ());