]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/image.cpp
Add A0 and A1 formats to wxPaperSize enumeration.
[wxWidgets.git] / src / common / image.cpp
index 5ae109c97a434569f08f8f8b7b577a040dcf534b..70fe52e7076c5fc92c08cd35356578be630176cd 100644 (file)
@@ -2698,7 +2698,7 @@ bool wxImageHandler::CallDoCanRead(wxInputStream& stream)
 {
     // NOTE: this code is the same of wxAnimationDecoder::CanRead and
     //       wxImageHandler::GetImageCount
-    
+
     if ( !stream.IsSeekable() )
         return false;        // can't test unseekable stream