aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorJohannes Schickel2012-08-29 15:59:15 +0200
committerJohannes Schickel2012-08-29 15:59:15 +0200
commitf87154def8c54722c8068e9ee9130c30ab393537 (patch)
tree06504e56f8bf30bf89adad3501a53f8721c42ae8 /graphics
parentf189d8a541647506498b19a2b66138b6171000a3 (diff)
downloadscummvm-rg350-f87154def8c54722c8068e9ee9130c30ab393537.tar.gz
scummvm-rg350-f87154def8c54722c8068e9ee9130c30ab393537.tar.bz2
scummvm-rg350-f87154def8c54722c8068e9ee9130c30ab393537.zip
GRAPHICS: Slight formatting change for consistency.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/decoders/tga.h4
1 files changed, 1 insertions, 3 deletions
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);