Fixup whitespacing
authorMike Stump <mrs@gcc.gnu.org>
Sat, 28 Oct 2006 10:37:12 +0000 (10:37 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Sat, 28 Oct 2006 10:37:12 +0000 (10:37 +0000)
From-SVN: r118104

gcc/dwarf2out.c

index 6c714f9f384d5b0b1ec7f328c17ddf31011c1ca1..2b0de938f5021c309ac471efc707e7b551eb706d 100644 (file)
@@ -12017,7 +12017,6 @@ gen_variable_die (tree decl, dw_die_ref context_die)
            add_AT_file (var_die, DW_AT_decl_file, file_index);
 
          if (get_AT_unsigned (old_die, DW_AT_decl_line) != (unsigned) s.line)
-
            add_AT_unsigned (var_die, DW_AT_decl_line, s.line);
        }
     }