Fix indentation of gcov-dump.
authorMartin Liska <mliska@suse.cz>
Fri, 28 Apr 2017 12:48:44 +0000 (14:48 +0200)
committerMartin Liska <marxin@gcc.gnu.org>
Fri, 28 Apr 2017 12:48:44 +0000 (12:48 +0000)
commit5c5059bcf87715daa965eec3c04731f447fcbb0a
treed7c876876d573b5b88141e3ec5796af3a2741da1
parent1ad784e2fcd350c8a9249851402c84895a6671b4
Fix indentation of gcov-dump.

2017-04-28  Martin Liska  <mliska@suse.cz>

* gcov-dump.c (tag_*): Add new argument to declarations.
(dump_gcov_file): Likewise.
(tag_blocks): Add and use new argument depth.
(tag_arcs): Likewise.
(tag_lines): Likewise.
(tag_counters): Likewise.
(tag_summary): Likewise.
(dump_working_sets): Use depth to do a proper indentation.

From-SVN: r247369
gcc/ChangeLog
gcc/gcov-dump.c