Cleanup: Reduce scope of variable declarations in bmesh_bevel.c

This commit generally moves variable declarations to the smallest scope
the variables are used in. This makes the code more readable by
making it clearer when variables are used and by removing the block
of variable declarations at the top of each function.
This commit is contained in:
Hans Goudey 2020-08-11 15:08:04 -04:00
parent b0485d47ef
commit 7e9f47c06c
1 changed files with 971 additions and 1169 deletions

File diff suppressed because it is too large Load Diff