]> granicus.if.org Git - graphviz/commit
gvc: [nfc] remove parens around return value style
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 26 Feb 2022 22:16:26 +0000 (14:16 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 6 Mar 2022 04:06:47 +0000 (20:06 -0800)
commit933415d3d94f749ba6f6b272d01d7d09747bac53
tree1a80207e458d97556d2c1c051234b5ed5153c645
parent5bbb4cd6b0e644a682c8e9fc9f079a7cc629b47a
gvc: [nfc] remove parens around return value style

This is an idiom occasionally used to allow defining `return` as a macro that
does some additional instrumentation. This style has mostly fallen out of favor,
with mechanisms like `-finstrument-functions` instead used as a more robust way
of achieving the same thing.
lib/gvc/gvdevice.c
lib/gvc/gvevent.c