1
0
mirror of https://github.com/microsoft/DirectXMath synced 2024-09-19 14:49:54 +00:00

Minor whitespace adjustment

This commit is contained in:
Chuck Walbourn 2021-09-21 20:25:30 -07:00
parent 905e2170c9
commit eb2ac849e7

View File

@ -484,8 +484,7 @@ namespace XDSP
}
vlStep = XMVectorMultiply(vlStep, g_XMFour);
pUnityTable += uLength * 8;
}
while (uLength > 4);
} while (uLength > 4);
}
//----------------------------------------------------------------------------------