]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
reformat parameters of gdb/psymtab.c::recursively_search_psymtabs
authorJoel Brobecker <brobecker@adacore.com>
Thu, 4 Oct 2018 22:04:13 +0000 (18:04 -0400)
committerJoel Brobecker <brobecker@adacore.com>
Thu, 4 Oct 2018 22:04:13 +0000 (18:04 -0400)
commitd2f7dcb218cc281288a5c3ea800a186c68f9d2ae
tree2c1fc0e685243b0ba7ddab3c4585faa195018ff8
parent3e1b4df89cfa5171c52245d79434774f4b570ae1
reformat parameters of gdb/psymtab.c::recursively_search_psymtabs

This is just to make sure one of the parameters doesn't end past
the 80 characters limit. And while at it, since all parameters were
on their own line except the first two that were listed on the same
line, it felf more consistent to just split them to have each and
every parameter on their own line.

gdb/ChangeLog:

        * psymtab.c (recursively_search_psymtabs): Reformat parameters
        to avoid exceeding 80 characters per line limit.

Tested by rebuilding GDB on x86_64-linux.
gdb/ChangeLog
gdb/psymtab.c