]> granicus.if.org Git - graphviz/commit
cdt: [nfc] remove unnecessary dereference and parens on function pointers
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 21 Feb 2022 00:02:03 +0000 (16:02 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 23 Feb 2022 04:41:47 +0000 (20:41 -0800)
commit0a230bea71544ea88f83075077f9716f6f712865
tree4275eee68c99f950eeb18184df3ecbe94ed6c8be
parent27a937594339f53d07336240efb1f7749d3845af
cdt: [nfc] remove unnecessary dereference and parens on function pointers

The compiler knows how to call through a function pointer without requiring the
programmer to manually dereference it.
lib/cdt/dtclose.c
lib/cdt/dtdisc.c
lib/cdt/dthash.c
lib/cdt/dtlist.c
lib/cdt/dtmethod.c
lib/cdt/dtopen.c
lib/cdt/dtrenew.c
lib/cdt/dtrestore.c
lib/cdt/dttree.c
lib/cdt/dtview.c
lib/cdt/dtwalk.c