IMAGE: Remove trailing whitespace

This commit is contained in:
Filippos Karapetis 2014-10-28 15:35:24 +02:00
parent 0d81e522c1
commit 67fec75b4e
3 changed files with 3 additions and 3 deletions

View file

@ -62,7 +62,7 @@ namespace Graphics {
struct Surface;
}
namespace Image {
namespace Image {
/**
* MPEG 1/2 video decoder.

View file

@ -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;

View file

@ -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.
*