GDB: Remove trailing spaces in tui-disasm.c
authorShahab Vahedi <shahab@synopsys.com>
Mon, 6 Jan 2020 12:54:18 +0000 (13:54 +0100)
committerPedro Alves <palves@redhat.com>
Mon, 6 Jan 2020 13:43:46 +0000 (13:43 +0000)
A few trailing spaces are removed.

gdb/ChangeLog:
2020-01-06  Shahab Vahedi  <shahab@synopsys.com>

* tui/tui-disasm.c: Remove trailing spaces.

gdb/ChangeLog
gdb/tui/tui-disasm.c

index 22acbc0433060f2082edfee229bed6a680a9e8cf..8101a6f54afff21f484960c23c442d10d818f369 100644 (file)
@@ -1,3 +1,7 @@
+2020-01-06  Shahab Vahedi  <shahab@synopsys.com>
+
+       * tui/tui-disasm.c: Remove trailing spaces.
+
 2020-01-06  Eli Zaretskii  <eliz@gnu.org>
            Pedro Alves  <palves@redhat.com>
 
index c72b50730b021812232df7d352de2329068d69db..ebd0ba317f5204c7ce80105f43c498a0197724a2 100644 (file)
@@ -43,7 +43,7 @@
 
 #include "gdb_curses.h"
 
-struct tui_asm_line 
+struct tui_asm_line
 {
   CORE_ADDR addr;
   std::string addr_string;
@@ -150,7 +150,7 @@ tui_find_disassembly_address (struct gdbarch *gdbarch, CORE_ADDR pc, int from)
       CORE_ADDR last_addr;
       int pos;
       struct bound_minimal_symbol msymbol;
-              
+
       /* Find backward an address which is a symbol and for which
          disassembling from that address will fill completely the
          window.  */
@@ -176,7 +176,7 @@ tui_find_disassembly_address (struct gdbarch *gdbarch, CORE_ADDR pc, int from)
         do
           {
             CORE_ADDR next_addr;
-                 
+
             pos++;
             if (pos >= max_lines)
               pos = 0;
This page took 0.025134 seconds and 4 git commands to generate.