Fix ARI warning in thread-thread.c::dec_thread_get_ada_task_ptid
authorJoel Brobecker <brobecker@adacore.com>
Thu, 20 Feb 2014 07:56:35 +0000 (08:56 +0100)
committerJoel Brobecker <brobecker@adacore.com>
Thu, 20 Feb 2014 07:56:35 +0000 (08:56 +0100)
commit8d4fdb120dded259be0708054d689ac4b522fdcd
treea5edaea60424ac6c9bf8953f65a1da0e16aba49d
parentd9972968c1d99f7a159812296a59b1ab68e5b36d
Fix ARI warning in thread-thread.c::dec_thread_get_ada_task_ptid

This patch fixes the following ARI warning:

    gdb/dec-thread.c:695: regression: multi-line string: Multi-line string
    must have the newline escaped

I think the new-line was unintentional, so I simply removed it,
and then reformatted the string to fit within our 70-80 max characters-
per-line rule.

gdb/ChangeLog:

       * dec-thread.c (dec_thread_get_ada_task_ptid): Avoid unescaped
       new-line in debug string.  Remove trailing spaces.
gdb/ChangeLog
gdb/dec-thread.c