From 575ae90d85a0a7ce83caa5aecf33da7ea166d3f5 Mon Sep 17 00:00:00 2001 From: Tobias Taschner Date: Sun, 28 Feb 2021 20:03:10 +0100 Subject: [PATCH] Fix trailing whitespace --- interface/wx/webview.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/interface/wx/webview.h b/interface/wx/webview.h index d736a1173f..a46a3d177d 100644 --- a/interface/wx/webview.h +++ b/interface/wx/webview.h @@ -745,7 +745,7 @@ public: @return @true if the handler could be removed, @false if it could not be removed. @see AddScriptMessageHandler() - + @since 3.1.5 */ virtual bool RemoveScriptMessageHandler(const wxString& name); @@ -762,7 +762,7 @@ public: the Edge (Chromium) backend does only support wxWEBVIEW_INJECT_AT_DOCUMENT_START. @see RemoveAllUserScripts() - + @since 3.1.5 */ virtual bool AddUserScript(const wxString& javascript, @@ -772,7 +772,7 @@ public: Removes all user scripts from the web view. @see AddUserScript() - + @since 3.1.5 */ virtual void RemoveAllUserScripts();