From 6f2a5937f5033d9affed3977ed591fd648a5f07c Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 5 Apr 2020 16:05:48 +0200 Subject: [PATCH] Remove some recently added trailing spaces No changes. --- include/wx/anidecod.h | 2 +- include/wx/gifdecod.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/wx/anidecod.h b/include/wx/anidecod.h index 8e50d0a60c..bc24dd57ca 100644 --- a/include/wx/anidecod.h +++ b/include/wx/anidecod.h @@ -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) diff --git a/include/wx/gifdecod.h b/include/wx/gifdecod.h index 4e878ba61e..5dee4caf24 100644 --- a/include/wx/gifdecod.h +++ b/include/wx/gifdecod.h @@ -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);