From a38f90d085530abea06dc14c815e7b66ac2aa46d Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Mon, 20 Mar 2006 19:39:50 +0000 Subject: [PATCH] bracket style cleanup --- stepmania/src/BannerCache.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/stepmania/src/BannerCache.cpp b/stepmania/src/BannerCache.cpp index 3b27ab8cf9..f6614eef1a 100644 --- a/stepmania/src/BannerCache.cpp +++ b/stepmania/src/BannerCache.cpp @@ -460,7 +460,9 @@ void BannerCache::CacheBannerInternal( RString BannerPath ) { if( img->fmt.BytesPerPixel != 1 ) RageSurfaceUtils::Palettize( img ); - } else { + } + else + { /* Dither to the final format. We use A1RGB5, since that's usually supported * natively by both OpenGL and D3D. */ RageSurface *dst = CreateSurface( img->w, img->h, 16,