2007-08-14 Michael Snyder <msnyder@access-company.com>
[deliverable/binutils-gdb.git] / gdb / tui / tui-disasm.c
index 1678a622fa01444dcb34dae1178ca291141d99fe..3ce2da5227c1bc41c6a2cc0d8ba9a701b6882afe 100644 (file)
@@ -283,7 +283,8 @@ tui_show_disassem (CORE_ADDR start_addr)
 
   /* If the focus was in the src win, put it in the asm win, if the
      source view isn't split.  */
-  if (tui_current_layout () != SRC_DISASSEM_COMMAND && win_with_focus == TUI_SRC_WIN)
+  if (tui_current_layout () != SRC_DISASSEM_COMMAND 
+      && win_with_focus == TUI_SRC_WIN)
     tui_set_win_focus_to (TUI_DISASM_WIN);
 
   return;
This page took 0.023262 seconds and 4 git commands to generate.