mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-06 06:13:10 +00:00
Remove trailing spaces
This commit is contained in:
parent
4e8b087ffe
commit
fcaea5b1a1
@ -1343,7 +1343,7 @@ int InitPlatform(void)
|
|||||||
// TODO: Is this needed by raylib now?
|
// TODO: Is this needed by raylib now?
|
||||||
// If so, rcore_desktop_sdl should be updated too
|
// If so, rcore_desktop_sdl should be updated too
|
||||||
//SetupFramebuffer(CORE.Window.display.width, CORE.Window.display.height);
|
//SetupFramebuffer(CORE.Window.display.width, CORE.Window.display.height);
|
||||||
|
|
||||||
if (FLAG_IS_SET(CORE.Window.flags, FLAG_VSYNC_HINT)) RGFW_window_swapInterval(platform.window, 1);
|
if (FLAG_IS_SET(CORE.Window.flags, FLAG_VSYNC_HINT)) RGFW_window_swapInterval(platform.window, 1);
|
||||||
RGFW_window_makeCurrent(platform.window);
|
RGFW_window_makeCurrent(platform.window);
|
||||||
|
|
||||||
|
|||||||
@ -3041,7 +3041,7 @@ unsigned int *ComputeSHA256(unsigned char *data, int dataSize)
|
|||||||
{
|
{
|
||||||
buffer[(paddedSize - sizeof(bitLen)) + (i - 1)] = (bitLen >> (8*(sizeof(bitLen) - i))) & 0xFF;
|
buffer[(paddedSize - sizeof(bitLen)) + (i - 1)] = (bitLen >> (8*(sizeof(bitLen) - i))) & 0xFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
for (unsigned long long int blockN = 0; blockN < paddedSize/64; blockN++)
|
for (unsigned long long int blockN = 0; blockN < paddedSize/64; blockN++)
|
||||||
{
|
{
|
||||||
unsigned int a = hash[0];
|
unsigned int a = hash[0];
|
||||||
@ -3092,9 +3092,9 @@ unsigned int *ComputeSHA256(unsigned char *data, int dataSize)
|
|||||||
hash[6] += g;
|
hash[6] += g;
|
||||||
hash[7] += h;
|
hash[7] += h;
|
||||||
}
|
}
|
||||||
|
|
||||||
RL_FREE(buffer);
|
RL_FREE(buffer);
|
||||||
|
|
||||||
return hash;
|
return hash;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user