mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-21 18:58:14 +00:00
Remove trailing spaces
This commit is contained in:
@@ -2967,7 +2967,7 @@ char *LoadText(const char *fileName)
|
||||
Shader LoadShader(const char *vsFileName, const char *fsFileName)
|
||||
{
|
||||
Shader shader = { 0 };
|
||||
|
||||
|
||||
// NOTE: Shader.locs is allocated by LoadShaderCode()
|
||||
|
||||
char *vShaderStr = NULL;
|
||||
|
Reference in New Issue
Block a user