refactor(Core/Common): restyle tools with astyle (#3706)

This commit is contained in:
Kargatum 2020-11-17 16:59:58 +07:00 committed by GitHub
parent 0bee5af962
commit 7f26c9ddad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
28 changed files with 269 additions and 272 deletions

View file

@ -220,7 +220,7 @@ namespace VMAP
{
height = pPos.z - maxDist;
}
return(height);
return (height);
}
//=========================================================