summaryrefslogtreecommitdiffhomepage
path: root/src/rtextures.c
diff options
context:
space:
mode:
authorRay <[email protected]>2023-09-26 12:54:24 +0200
committerRay <[email protected]>2023-09-26 12:54:24 +0200
commitf2389a1e5504feea58f2ac8b482bea1db99684df (patch)
treedfbe0d6a2011594c9b620875136d2160bc368c5e /src/rtextures.c
parentf7c3035b8c5f7b86165ba24dfa868a4527e48a2a (diff)
downloadraylib-f2389a1e5504feea58f2ac8b482bea1db99684df.tar.gz
raylib-f2389a1e5504feea58f2ac8b482bea1db99684df.zip
Remove trail spaces
Diffstat (limited to 'src/rtextures.c')
-rw-r--r--src/rtextures.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rtextures.c b/src/rtextures.c
index 8dc49fac..fa8d91ea 100644
--- a/src/rtextures.c
+++ b/src/rtextures.c
@@ -325,7 +325,7 @@ Image LoadImageSvg(const char *fileNameOrString, int width, int height)
#if defined(SUPPORT_FILEFORMAT_SVG)
bool isSvgStringValid = false;
-
+
// Validate fileName or string
if (fileNameOrString != NULL)
{
@@ -355,7 +355,7 @@ Image LoadImageSvg(const char *fileNameOrString, int width, int height)
if (isSvgStringValid)
{
struct NSVGimage *svgImage = nsvgParse(fileData, "px", 96.0f);
-
+
unsigned char *img = RL_MALLOC(width*height*4);
// Calculate scales for both the width and the height