commit 7dfaca59a499cd9f8c5f2ababe0418c7c090a20b
Author: Lars Niesen <[email protected]>
Date:   Tue Dec 14 08:22:03 2021 +0100

    [surf][patches][zoommtg-handler] fixed tabs and whitespaces

diff --git 
a/surf.suckless.org/patches/zoommtg-handler/surf-zoommtghandler-2.1.diff 
b/surf.suckless.org/patches/zoommtg-handler/surf-zoommtghandler-2.1.diff
index dfcbd522..ffd4b02c 100644
--- a/surf.suckless.org/patches/zoommtg-handler/surf-zoommtghandler-2.1.diff
+++ b/surf.suckless.org/patches/zoommtg-handler/surf-zoommtghandler-2.1.diff
@@ -33,7 +33,7 @@ index af0fa74..338045c 100644
                                 G_CALLBACK(initwebextensions), c);
  
 +              webkit_web_context_register_uri_scheme(context, "zoommtg",
-+                                      
(WebKitURISchemeRequestCallback)handle_zoommtg, NULL, NULL);
++                                              
(WebKitURISchemeRequestCallback)handle_zoommtg, NULL, NULL);
 +
                v = g_object_new(WEBKIT_TYPE_WEB_VIEW,
                    "settings", settings,
@@ -42,7 +42,7 @@ index af0fa74..338045c 100644
                gtk_main_quit();
  }
  
-+void 
++void
 +handle_zoommtg(WebKitURISchemeRequest *request)
 +{
 +      char* uri = webkit_uri_scheme_request_get_uri (request);


Reply via email to