X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f090e4ef6753479f3c3d2ea3ec1f692241540d65..16630eb7e3ef05fa487b67188df12d10e66a5beb:/interface/wx/webviewarchivehandler.h

diff --git a/interface/wx/webviewarchivehandler.h b/interface/wx/webviewarchivehandler.h
index 977c60494e..6896827923 100644
--- a/interface/wx/webviewarchivehandler.h
+++ b/interface/wx/webviewarchivehandler.h
@@ -8,17 +8,17 @@
 
 /**
     @class wxWebViewArchiveHandler
-  
-    A custom handler for the file scheme which also supports loading from 
-    archives. The syntax for wxWebViewArchiveHandler differs from virtual file 
+
+    A custom handler for the file scheme which also supports loading from
+    archives. The syntax for wxWebViewArchiveHandler differs from virtual file
     systems in the rest of wxWidgets by using a syntax such as
     <code> scheme:///C:/example/docs.zip;protocol=zip/main.htm </code>
-    Currently the only supported protocol is @c zip. 
-   
+    Currently the only supported protocol is @c zip.
+
     @since 2.9.3
     @library{wxwebview}
     @category{webview}
-    
+
     @see wxWebView, wxWebViewHandler
  */
 class wxWebViewArchiveHandler : public wxWebViewHandler