Remove all trailing spaces

No real changes, just clean up sources by removing trailing spaces from
all the non-generated files.

This should hopefully avoid future commits mixing significant changes
with insignificant whitespace ones.
This commit is contained in:
Vadim Zeitlin
2019-01-30 17:28:08 +01:00
parent ae94f4da9c
commit 8fbca5cb70
320 changed files with 1611 additions and 1611 deletions

View File

@@ -13,12 +13,12 @@
/**
@class wxTIFFHandler
This is the image handler for the TIFF format.
@library{wxcore}
@category{gdi}
@see wxImage, wxImageHandler, wxInitAllImageHandlers()
*/
class wxTIFFHandler : public wxImageHandler
@@ -28,7 +28,7 @@ public:
Default constructor for wxTIFFHandler
*/
wxTIFFHandler();
/**
Retrieve the version information about the TIFF library used by this
handler.
@@ -36,10 +36,10 @@ public:
@since 2.9.2
*/
static wxVersionInfo GetLibraryVersionInfo();
// let the parent class' (wxImageHandler) documentation through for these methods
virtual bool LoadFile(wxImage *image, wxInputStream& stream, bool verbose=true, int index=-1);
protected:
virtual bool SaveFile(wxImage *image, wxOutputStream& stream, bool verbose=true);
virtual int DoGetImageCount(wxInputStream& stream);