shithub: cstory

Download patch

ref: ffcd989cead2365a399942a2799f419e0911c43d
parent: b6fe4f175c24d788a5132ea49c2c2596c700c4ac
author: Clownacy <Clownacy@users.noreply.github.com>
date: Tue Oct 13 09:21:30 EDT 2020

Remove unnecessary whitespace

--- a/src/Backends/Rendering/Software.cpp
+++ b/src/Backends/Rendering/Software.cpp
@@ -316,7 +316,7 @@
 		free(atlas);
 	}
 
-	return NULL;	
+	return NULL;
 }
 
 void RenderBackend_DestroyGlyphAtlas(RenderBackend_GlyphAtlas *atlas)