Cleanup: Declare variables where initialized

Declaring variables where they are initialized and used makes their
scope much more explicit and it aids readility since types are visible.
This commit doesn't touch the ID template code since there is an
active patch in that area.
This commit is contained in:
Hans Goudey 2020-10-04 22:44:19 -05:00
parent 18d7aeacf2
commit 6d630219ce
1 changed files with 232 additions and 345 deletions

File diff suppressed because it is too large Load Diff