From 4c04b48b31a48949425f0ba931bdd2162ccadfde Mon Sep 17 00:00:00 2001 From: Petr Machata Date: Thu, 19 Aug 2010 17:10:12 +0200 Subject: [PATCH] Reindent dwarflint/Makefile.am --- dwarflint/Makefile.am | 59 ++++++++++++++++++++++--------------------- 1 file changed, 30 insertions(+), 29 deletions(-) diff --git a/dwarflint/Makefile.am b/dwarflint/Makefile.am index 5056ec66a..9f4a6b8f9 100644 --- a/dwarflint/Makefile.am +++ b/dwarflint/Makefile.am @@ -37,35 +37,36 @@ no_mudflap.os = -fmudflap bin_PROGRAMS = dwarflint -dwarflint_SOURCES = main.cc \ - dwarflint.cc dwarflint.hh misc.h \ - low.c low.h \ - expected-at.cc expected.hh \ - coverage.cc coverage.h \ - readctx.c readctx.h \ - pri.cc pri.hh \ - messages.cc messages.h \ - section_id.cc section_id.h \ - where.c where.h \ - options.cc options.h \ - addr-record.cc addr-record.h \ - reloc.cc reloc.h \ - tables.cc tables.hh tables.h \ - all-dies-it.hh \ - checks.hh \ - sections.cc sections.hh sections.ii \ - highlevel_check.cc highlevel_check.hh \ - check_debug_abbrev.cc check_debug_abbrev.hh check_debug_abbrev.ii \ - check_debug_info.cc check_debug_info.hh check_debug_info.ii \ - check_debug_line.cc \ - check_debug_pub.cc \ - check_debug_loc_range.cc check_debug_loc_range.hh \ - check_debug_aranges.cc check_debug_aranges.hh \ - check_matching_ranges.cc \ - check_range_out_of_scope.cc \ - check_expected_trees.cc \ - check_dups_abstract_origin.cc \ - ../src/dwarfstrings.c +dwarflint_SOURCES = \ + main.cc \ + dwarflint.cc dwarflint.hh misc.h \ + low.c low.h \ + expected-at.cc expected.hh \ + coverage.cc coverage.h \ + readctx.c readctx.h \ + pri.cc pri.hh \ + messages.cc messages.h \ + section_id.cc section_id.h \ + where.c where.h \ + options.cc options.h \ + addr-record.cc addr-record.h \ + reloc.cc reloc.h \ + tables.cc tables.hh tables.h \ + all-dies-it.hh \ + checks.hh \ + sections.cc sections.hh sections.ii \ + highlevel_check.cc highlevel_check.hh \ + check_debug_abbrev.cc check_debug_abbrev.hh check_debug_abbrev.ii \ + check_debug_info.cc check_debug_info.hh check_debug_info.ii \ + check_debug_line.cc \ + check_debug_pub.cc \ + check_debug_loc_range.cc check_debug_loc_range.hh \ + check_debug_aranges.cc check_debug_aranges.hh \ + check_matching_ranges.cc \ + check_range_out_of_scope.cc \ + check_expected_trees.cc \ + check_dups_abstract_origin.cc \ + ../src/dwarfstrings.c TESTS = tests/run-debug_abbrev-duplicate-attribute.sh -- 2.47.3