]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
windows-nat.c: Add empty line after local block variable definitions.
authorJoel Brobecker <brobecker@gnat.com>
Tue, 26 Mar 2013 23:40:08 +0000 (23:40 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Tue, 26 Mar 2013 23:40:08 +0000 (23:40 +0000)
gdb/ChangeLog:

        * windows-nat.c (handle_output_debug_string): Add empty line
        after local block variable definition.

gdb/ChangeLog
gdb/windows-nat.c

index cc307547d8f0352b88a919caefc528f3979050b1..53170d130957af32ca02020b38456cef60853297 100644 (file)
@@ -1,3 +1,8 @@
+2013-03-26  Joel Brobecker  <brobecker@adacore.com>
+
+       * windows-nat.c (handle_output_debug_string): Add empty line
+       after local block variable definition.
+
 2013-03-26  Pedro Alves  <palves@redhat.com>
 
        * ser-tcp.c (wait_for_connect): Make 'polls' parameter unsigned.
index 34e3cc04a2b76988c11c7a91697971cb30b3afd3..24d4b569558a7642f8cbf75e85c566a1e0ca05ee 100644 (file)
@@ -981,11 +981,13 @@ handle_output_debug_string (struct target_waitstatus *ourstatus)
       char *p;
       int sig = strtol (s + sizeof (_CYGWIN_SIGNAL_STRING) - 1, &p, 0);
       int gotasig = gdb_signal_from_host (sig);
+
       ourstatus->value.sig = gotasig;
       if (gotasig)
        {
          LPCVOID x;
          SIZE_T n;
+
          ourstatus->kind = TARGET_WAITKIND_STOPPED;
          retval = strtoul (p, &p, 0);
          if (!retval)