summaryrefslogtreecommitdiffhomepage
path: root/src/raudio.c
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2021-04-01 20:24:33 +0200
committerraysan5 <[email protected]>2021-04-01 20:24:33 +0200
commitaed0fee2cadc64e136717c0c7b3a1e57225738dc (patch)
treed02aaf13b4f5bc18186d13a16cc977bf9cc9c663 /src/raudio.c
parentb4975619ed51a2f9ae2aa8ca1e6e4bfb716620c7 (diff)
downloadraylib-aed0fee2cadc64e136717c0c7b3a1e57225738dc.tar.gz
raylib-aed0fee2cadc64e136717c0c7b3a1e57225738dc.zip
Remove trailing spaces
Diffstat (limited to 'src/raudio.c')
-rw-r--r--src/raudio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raudio.c b/src/raudio.c
index d616fba9..4b0a7ddc 100644
--- a/src/raudio.c
+++ b/src/raudio.c
@@ -1313,7 +1313,7 @@ Music LoadMusicStreamFromMemory(const char *fileType, unsigned char* data, int d
else if (TextIsEqual(fileExtLower, ".wav"))
{
drwav *ctxWav = RL_CALLOC(1, sizeof(drwav));
-
+
bool success = drwav_init_memory(ctxWav, (const void*)data, dataSize, NULL);
music.ctxType = MUSIC_AUDIO_WAV;