refactor(Core/Misc): add braces and impove codestyle (#6402)
This commit is contained in:
parent
33c271cc7c
commit
3c24b511f2
72 changed files with 1486 additions and 401 deletions
|
|
@ -18,7 +18,9 @@ static constexpr uint32 HMAC_RESULT_SIZE = 20;
|
|||
unsigned char challenge[8];
|
||||
|
||||
for (int i = 8; i--; timestamp >>= 8)
|
||||
{
|
||||
challenge[i] = timestamp;
|
||||
}
|
||||
|
||||
unsigned char digest[HMAC_RESULT_SIZE];
|
||||
uint32 digestSize = HMAC_RESULT_SIZE;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue