summaryrefslogtreecommitdiffhomepage
path: root/examples/text/text_font_spritefont.c
diff options
context:
space:
mode:
authorRay <[email protected]>2021-04-22 18:55:24 +0200
committerRay <[email protected]>2021-04-22 18:55:24 +0200
commitdcf52c132fb0ca28f37dae9d957155e2541df812 (patch)
treeb6c263e59daba00fc33badd0a45fa6756d5df14c /examples/text/text_font_spritefont.c
parentf92ee46d86b5a0cfb05c10b0c31fb966a4784b44 (diff)
downloadraylib-dcf52c132fb0ca28f37dae9d957155e2541df812.tar.gz
raylib-dcf52c132fb0ca28f37dae9d957155e2541df812.zip
Remove trail spaces
Diffstat (limited to 'examples/text/text_font_spritefont.c')
-rw-r--r--examples/text/text_font_spritefont.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/text/text_font_spritefont.c b/examples/text/text_font_spritefont.c
index 0f4a08b2..8ff63bb9 100644
--- a/examples/text/text_font_spritefont.c
+++ b/examples/text/text_font_spritefont.c
@@ -8,8 +8,8 @@
* - Every character and every line must be separated the same distance
* - Rectangles must be defined by a MAGENTA color background
*
-* If following this constraints, a font can be provided just by an image,
-* this is quite handy to avoid additional information files (like BMFonts use).
+* If following this constraints, a font can be provided just by an image,
+* this is quite handy to avoid additional information files (like BMFonts use).
*
* This example has been created using raylib 1.0 (www.raylib.com)
* raylib is licensed under an unmodified zlib/libpng license (View raylib.h for details)