shithub: cstory

Download patch

ref: defe234ff2172793dda184854e5176d0a177f5cd
parent: 145864cf2dc4dafdf9d7f345a635376bb6f42605
author: Clownacy <Clownacy@users.noreply.github.com>
date: Wed Jul 24 20:09:10 EDT 2019

Clean up some ugly formatting

--- a/src/Backends/Rendering/SDLTexture.cpp
+++ b/src/Backends/Rendering/SDLTexture.cpp
@@ -286,7 +286,6 @@
 	SDL_Rect sdl_rect;
 	RectToSDLRect(rect, &sdl_rect);
 
-
 	//
 	// Copy screen to surface
 	//
@@ -304,7 +303,6 @@
 
 	// Cleanup
 	SDL_FreeSurface(screen_surface);
-
 
 	//
 	// Copy screen to texture