From 93f59a6f5912aa07fcfc2268ce119da09dff458a Mon Sep 17 00:00:00 2001 From: Ray Date: Thu, 10 Aug 2023 22:47:17 +0200 Subject: Review tabs and trail-spaces --- src/rtext.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/rtext.c') diff --git a/src/rtext.c b/src/rtext.c index f5234ecf..a66c5810 100644 --- a/src/rtext.c +++ b/src/rtext.c @@ -852,7 +852,7 @@ Image GenImageFontAtlas(const GlyphInfo *chars, Rectangle **charRecs, int glyphC RL_FREE(nodes); RL_FREE(context); } - + #if defined(SUPPORT_FONT_ATLAS_WHITE_REC) // Add a 3x3 white rectangle at the bottom-right corner of the generated atlas, // useful to use as the white texture to draw shapes with raylib, using this rectangle @@ -865,7 +865,7 @@ Image GenImageFontAtlas(const GlyphInfo *chars, Rectangle **charRecs, int glyphC k -= atlas.width; } #endif - + // Convert image data from GRAYSCALE to GRAY_ALPHA unsigned char *dataGrayAlpha = (unsigned char *)RL_MALLOC(atlas.width*atlas.height*sizeof(unsigned char)*2); // Two channels -- cgit v1.2.3