common: Refactoring incorrectly declared loop variable
authorJunsuChoi <jsuya.choi@samsung.com>
Fri, 19 Feb 2021 06:58:00 +0000 (15:58 +0900)
committerJunsuChoi <jsuya.choi@samsung.com>
Fri, 19 Feb 2021 08:35:06 +0000 (17:35 +0900)
commit40cef2e9f5da606ee6dcfcbb1c5af8e11dc9d4b4
tree34f56d52bb0a567b6b1e9ca70e906c56aae1eaec
parent640904fe5aeb53634eaf89ca77086b625d6dccd9
common: Refactoring incorrectly declared loop variable

Loop variables should be declared in the minimal possible scope
thorvg prefers to declare when using local variables.
src/loaders/svg/tvgSvgLoader.cpp
src/loaders/svg/tvgSvgPath.cpp