]> granicus.if.org Git - graphviz/commit
smyrna: consistent use of 'static' on 'get_temp_coords'
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 10 Nov 2021 15:22:29 +0000 (07:22 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 16 Nov 2021 14:52:28 +0000 (06:52 -0800)
commitc0e7dd0d0bd3e145f30f5d0a01a70efc09ef22f1
tree0e745bed13a74d0016d1872a84a6e9648a89f057
parentfaf4aae78b9dc18df5062d91ce63ed9ee3c21c90
smyrna: consistent use of 'static' on 'get_temp_coords'

This function was already declared static earlier in its containing file, but it
is clearer if all mentions of it are marked `static`.
cmd/smyrna/topfisheyeview.c