]> granicus.if.org Git - graphviz/commit
expr: [nfc] remove unnecessary parens and dereference of 'setf'
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 26 Feb 2022 19:01:57 +0000 (11:01 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 27 Feb 2022 22:57:01 +0000 (14:57 -0800)
commit44a3d32b7eda8812b249c61ed54aa37731b672e2
treeb0f83824bc36d8fca5180d64ea951ddba0351051
parent1c52c57e803b3b3b89ccbd26bf7405e4089095ce
expr: [nfc] remove unnecessary parens and dereference of 'setf'

The C compiler knows how to dereference and call through a function pointer
without needing this manual instruction.
lib/expr/exeval.c