From f87154def8c54722c8068e9ee9130c30ab393537 Mon Sep 17 00:00:00 2001
From: Johannes Schickel
Date: Wed, 29 Aug 2012 15:59:15 +0200
Subject: GRAPHICS: Slight formatting change for consistency.

---
 graphics/decoders/tga.h | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

(limited to 'graphics')

diff --git a/graphics/decoders/tga.h b/graphics/decoders/tga.h
index 8149014a24..dfdc5a4da9 100644
--- a/graphics/decoders/tga.h
+++ b/graphics/decoders/tga.h
@@ -57,9 +57,7 @@ public:
 	TGADecoder();
 	virtual ~TGADecoder();
 	virtual void destroy();
-	virtual const Surface *getSurface() const {
-		return &_surface;
-	}
+	virtual const Surface *getSurface() const { return &_surface; }
 	virtual const byte *getPalette() const { return _colorMap; }
 	virtual uint16 getPaletteColorCount() const { return _colorMapLength; }
 	virtual bool loadStream(Common::SeekableReadStream &stream);
-- 
cgit v1.2.3