mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-16 00:08:15 +00:00
Remove trail spaces
This commit is contained in:
@@ -3455,7 +3455,7 @@ static Model LoadGLTF(const char *fileName)
|
|||||||
{
|
{
|
||||||
/***********************************************************************************
|
/***********************************************************************************
|
||||||
|
|
||||||
Function implemented by Wilhem Barbier(@wbrbr), with modifications by Tyler Bezera(@gamerfiend)
|
Function implemented by Wilhem Barbier(@wbrbr), with modifications by Tyler Bezera(@gamerfiend)
|
||||||
|
|
||||||
Features:
|
Features:
|
||||||
- Supports .gltf and .glb files
|
- Supports .gltf and .glb files
|
||||||
|
@@ -1446,7 +1446,7 @@ char *TextToUtf8(int *codepoints, int length)
|
|||||||
|
|
||||||
// Resize memory to text length + string NULL terminator
|
// Resize memory to text length + string NULL terminator
|
||||||
void *ptr = RL_REALLOC(text, size + 1);
|
void *ptr = RL_REALLOC(text, size + 1);
|
||||||
|
|
||||||
if (ptr != NULL) text = (char *)ptr;
|
if (ptr != NULL) text = (char *)ptr;
|
||||||
|
|
||||||
return text;
|
return text;
|
||||||
|
Reference in New Issue
Block a user