Fix some parameter name inconsistencies
authorMatthias Maennich <maennich@google.com>
Wed, 29 Jan 2020 14:54:10 +0000 (14:54 +0000)
committerMatthias Maennich <maennich@google.com>
Mon, 3 Feb 2020 14:39:18 +0000 (14:39 +0000)
commite0088cff7629e17de7948af3f6761220762b42af
tree2055dbc60f899cfcebc517bf71444e52b0f376f5
parent95535d8f6f444509eefd2b2616ec1e15a32e4452
Fix some parameter name inconsistencies

Clang-tidy flags those name inconsistencies and they are trivial to fix,
hence just do it. No functional change.

* src/abg-comparison-priv.h
(corpus_diff::priv::count_unreachable_types): use consistent
parameter naming.
* tools/abidiff.cc(main): Likewise.

Reviewed-by: Dodji Seketeli <dodji@seketeli.org>
Signed-off-by: Matthias Maennich <maennich@google.com>
src/abg-comparison-priv.h
tools/abidiff.cc