]> granicus.if.org Git - graphviz/commit
agbindrec: realign parameter names in prototype with definition
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 10 Aug 2021 01:43:47 +0000 (18:43 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 13 Aug 2021 14:50:45 +0000 (07:50 -0700)
commit2d8c686f5da785e1d251de58d98bb7f94ba97cc8
treecd0c848b054742f66afe20fd8da533dc3b3a8fcf
parent04722facfa63bedf7b26d06cd82ed30dfcebe018
agbindrec: realign parameter names in prototype with definition

The C compiler does not care if these names mismatch, but it is less confusing
to be consistent. This change leaves the obj/arg_obj discrepancy alone under the
justification that "arg_obj" is not any more useful externally-facing and "obj"
internally would conflict with an already existing local.
lib/cgraph/cgraph.h
lib/cgraph/rec.c