2004-09-12 Andrew Cagney <cagney@gnu.org>
[deliverable/binutils-gdb.git] / gdb / ada-exp.y
index a01eff4d93dd2d4fb07c045c10e37f4b2c111ef1..9e91817febd6f5d44a369fa2bfe68e4f28f907b3 100644 (file)
@@ -644,8 +644,8 @@ write_var_from_sym (struct block *orig_left_context,
 {
   if (orig_left_context == NULL && symbol_read_needs_frame (sym))
     {
-      if (innermost_block == 0 ||
-         contained_in (block, innermost_block))
+      if (innermost_block == 0
+         || contained_in (block, innermost_block))
        innermost_block = block;
     }
 
This page took 0.023026 seconds and 4 git commands to generate.