]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/zstream.cpp
Typo fix
[wxWidgets.git] / src / common / zstream.cpp
index 3ba96cf3cbce13a6f732d1463d79b6ba6ce201f6..d614778813a3030b43619fb38c69907a49f63147 100644 (file)
@@ -100,11 +100,11 @@ wxGzipClassFactory::GetProtocols(wxStreamProtocolType type) const
         { NULL };
 
     switch (type) {
-        case wxSTREAM_PROTOCOL:         return protos;
-        case wxSTREAM_MIMETYPE:         return mimes;
-        case wxSTREAM_ENCODING:         return encs;
-        case wxSTREAM_FILEEXTENSION:    return exts;
-        default:                        return empty;
+        case wxSTREAM_PROTOCOL: return protos;
+        case wxSTREAM_MIMETYPE: return mimes;
+        case wxSTREAM_ENCODING: return encs;
+        case wxSTREAM_FILEEXT:  return exts;
+        default:                return empty;
     }
 }