]> granicus.if.org Git - graphviz/commit
use range-based for loops to clean up some manual iteration
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 1 Apr 2021 02:05:30 +0000 (19:05 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 7 Apr 2021 04:30:38 +0000 (21:30 -0700)
commit80fad5eb591aea3eef71ad2809910562a684d477
tree0d1333aba610138dbb99ad2b10dc86c8485ab36f
parent43c51d7078d99c831de08e0eb393e2f7ffb6f356
use range-based for loops to clean up some manual iteration

Note that in once instance this modifies a loop that was skipping the first
element to not skip it. But this is a no-op the compiler should see through.
plugin/visio/VisioRender.cpp