]> granicus.if.org Git - graphviz/commit
simplify edgeType()
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 8 May 2021 17:36:06 +0000 (10:36 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 15 May 2021 00:55:36 +0000 (17:55 -0700)
commitc3c42d4693a6a4a539046edab920092c36155146
treeefa6d48c7755eae49cd024caf5e96667ba150646
parent9a9280614784d349df892787609b60306bb67df3
simplify edgeType()

This change avoids some micro-optimizations that were unnecessary and making
this function harder to read. The function’s behavior is intended to be
identical after this change.
lib/common/utils.c