]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/zstream.cpp
no real changes, just rename the variables to make the code more readable and to...
[wxWidgets.git] / src / common / zstream.cpp
index cb2ba6c4fabe44d6fa8379daab9ff68839943dad..8283811fbb471f2a7ab24626eb3dd9f6fe1f34d5 100644 (file)
@@ -88,13 +88,13 @@ wxGzipClassFactory::wxGzipClassFactory()
 const wxChar * const *
 wxGzipClassFactory::GetProtocols(wxStreamProtocolType type) const
 {
-    static const wxChar *protos[] =     
+    static const wxChar *protos[] =
         { wxT("gzip"), NULL };
-    static const wxChar *mimes[] =     
+    static const wxChar *mimes[] =
         { wxT("application/gzip"), wxT("application/x-gzip"), NULL };
-    static const wxChar *encs[] = 
+    static const wxChar *encs[] =
         { wxT("gzip"), NULL };
-    static const wxChar *exts[] =    
+    static const wxChar *exts[] =
         { wxT(".gz"), wxT(".gzip"), NULL };
     static const wxChar *empty[] =
         { NULL };