mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-26 23:26:23 +00:00
refactor(Core/Common): restyle tools with astyle (#3706)
This commit is contained in:
@@ -37,7 +37,7 @@ namespace VMAP
|
||||
{
|
||||
Vector3 out = pIn * iScale;
|
||||
out = iRotation * out;
|
||||
return(out);
|
||||
return (out);
|
||||
}
|
||||
|
||||
//=================================================================
|
||||
|
||||
Reference in New Issue
Block a user