IMAGE: Remove trailing whitespace
This commit is contained in:
parent
0d81e522c1
commit
67fec75b4e
3 changed files with 3 additions and 3 deletions
|
@ -62,7 +62,7 @@ namespace Graphics {
|
|||
struct Surface;
|
||||
}
|
||||
|
||||
namespace Image {
|
||||
namespace Image {
|
||||
|
||||
/**
|
||||
* MPEG 1/2 video decoder.
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue