Remove unnecessary whitespace

This commit is contained in:
Clownacy 2020-10-13 13:21:30 +01:00
parent b6fe4f175c
commit ffcd989cea

View file

@ -316,7 +316,7 @@ RenderBackend_GlyphAtlas* RenderBackend_CreateGlyphAtlas(size_t width, size_t he
free(atlas);
}
return NULL;
return NULL;
}
void RenderBackend_DestroyGlyphAtlas(RenderBackend_GlyphAtlas *atlas)