summaryrefslogtreecommitdiffhomepage
path: root/src/external
diff options
context:
space:
mode:
authorRay <[email protected]>2023-05-08 18:57:36 +0200
committerRay <[email protected]>2023-05-08 18:57:36 +0200
commitfe595d60f7c15d93e03a5c82c90620dddafa7fc7 (patch)
tree4a45975826a8b410305296522014a9e192ab4529 /src/external
parent81e2c970950cc9a671b270376065ec6012c28c88 (diff)
downloadraylib-fe595d60f7c15d93e03a5c82c90620dddafa7fc7.tar.gz
raylib-fe595d60f7c15d93e03a5c82c90620dddafa7fc7.zip
Remove trailing spaces
Diffstat (limited to 'src/external')
-rw-r--r--src/external/rl_gputex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/external/rl_gputex.h b/src/external/rl_gputex.h
index f7cc00ec..fa39fe29 100644
--- a/src/external/rl_gputex.h
+++ b/src/external/rl_gputex.h
@@ -9,7 +9,7 @@
*
* Note that some file formats (DDS, PVR, KTX) also support uncompressed data storage.
* In those cases data is loaded uncompressed and format is returned.
-*
+*
* TODO:
* - Implement raylib function: rlGetGlTextureFormats(), required by rl_save_ktx_to_memory()
* - Review rl_load_ktx_from_memory() to support KTX v2.2 specs