diff options
| author | Ray <[email protected]> | 2023-03-13 12:08:23 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2023-03-13 12:08:23 +0100 |
| commit | a7f81b06b93a4305186999e407b32bcb2ba78f04 (patch) | |
| tree | be68f04c1242c42bcef30738207265232d5cb130 /src/rtext.c | |
| parent | 393b0d1a80cee881323e352164071f7bf6def557 (diff) | |
| download | raylib-a7f81b06b93a4305186999e407b32bcb2ba78f04.tar.gz raylib-a7f81b06b93a4305186999e407b32bcb2ba78f04.zip | |
Remove trailing spaces
Diffstat (limited to 'src/rtext.c')
| -rw-r--r-- | src/rtext.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rtext.c b/src/rtext.c index 2d47bdf6..9eec0059 100644 --- a/src/rtext.c +++ b/src/rtext.c @@ -543,8 +543,8 @@ bool IsFontReady(Font font) (font.glyphCount > 0) && // Validate font contains some glyph (font.recs != NULL) && // Validate font recs defining glyphs on texture atlas (font.glyphs != NULL)); // Validate glyph data is loaded - - // NOTE: Further validations could be done to verify if recs count and glyphs count + + // NOTE: Further validations could be done to verify if recs count and glyphs count // match glyphCount and to verify that data contained is valid (glyphs values, metrics...) } |
