diff options
author | Filippos Karapetis | 2014-10-28 15:35:24 +0200 |
---|---|---|
committer | Filippos Karapetis | 2014-10-28 15:38:51 +0200 |
commit | 67fec75b4e68a3a5ebfbd6a56d61fab480f282b4 (patch) | |
tree | 9f87ec0f2287756474f1eeb4d4ef60ba82b64a2a /image | |
parent | 0d81e522c1a256570a8bc6fd481d2efab83b07df (diff) | |
download | scummvm-rg350-67fec75b4e68a3a5ebfbd6a56d61fab480f282b4.tar.gz scummvm-rg350-67fec75b4e68a3a5ebfbd6a56d61fab480f282b4.tar.bz2 scummvm-rg350-67fec75b4e68a3a5ebfbd6a56d61fab480f282b4.zip |
IMAGE: Remove trailing whitespace
Diffstat (limited to 'image')
-rw-r--r-- | image/codecs/mpeg.h | 2 | ||||
-rw-r--r-- | image/iff.cpp | 2 | ||||
-rw-r--r-- | image/image_decoder.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/image/codecs/mpeg.h b/image/codecs/mpeg.h index 6cb10f21ac..82c3ad19ac 100644 --- a/image/codecs/mpeg.h +++ b/image/codecs/mpeg.h @@ -62,7 +62,7 @@ namespace Graphics { struct Surface; } -namespace Image { +namespace Image { /** * MPEG 1/2 video decoder. diff --git a/image/iff.cpp b/image/iff.cpp index d93e9ff878..d75fffb31f 100644 --- a/image/iff.cpp +++ b/image/iff.cpp @@ -31,7 +31,7 @@ namespace Image { IFFDecoder::IFFDecoder() { _surface = 0; _palette = 0; - + // these 2 properties are not reset by destroy(), so the default is set here. _numRelevantPlanes = 8; _pixelPacking = false; diff --git a/image/image_decoder.h b/image/image_decoder.h index 4d3512e0f6..2018cebd37 100644 --- a/image/image_decoder.h +++ b/image/image_decoder.h @@ -48,7 +48,7 @@ public: /** * Load an image from the specified stream - * + * * loadStream() should implicitly call destroy() to free the memory * of the last loadStream() call. * |