Remove some recently added trailing spaces

No changes.
This commit is contained in:
Vadim Zeitlin 2020-04-05 16:05:48 +02:00
parent cdff0bc1db
commit 6f2a5937f5
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ public:
wxAnimationType GetType() const wxOVERRIDE
{ return wxANIMATION_TYPE_ANI; }
protected:
protected:
// wxAnimationDecoder pure virtual:
virtual bool DoCanRead( wxInputStream& stream ) const wxOVERRIDE;
// modifies current stream position (see wxAnimationDecoder::CanRead)

View File

@ -90,7 +90,7 @@ protected:
virtual bool DoCanRead( wxInputStream& stream ) const wxOVERRIDE;
// modifies current stream position (see wxAnimationDecoder::CanRead)
private:
private:
int getcode(wxInputStream& stream, int bits, int abfin);
wxGIFErrorCode dgif(wxInputStream& stream,
GIFImage *img, int interl, int bits);