windows-nat.c:thread_rec: Add missing empty line after var declaration.

gdb/ChangeLog:

        * window-nat.c (thread_rec): Add missing empty line after
        local variable declaration.
This commit is contained in:
Joel Brobecker 2013-06-11 11:03:42 +00:00
parent 2ed3e00940
commit 2212802810
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2013-06-11 Joel Brobecker <brobecker@adacore.com>
* window-nat.c (thread_rec): Add missing empty line after
local variable declaration.
2013-06-11 Joel Brobecker <brobecker@adacore.com>
* windows-nat.c (thread_rec): Revert format used to print

View File

@ -311,6 +311,7 @@ thread_rec (DWORD id, int get_context)
if (SuspendThread (th->h) == (DWORD) -1)
{
DWORD err = GetLastError ();
warning (_("SuspendThread (tid=0x%x) failed."
" (winerr %u)"),
(unsigned) id, (unsigned) err);