[hackers] [surf] whitespace fixes || Markus Teich

From: <git_AT_suckless.org>
Date: Sun, 18 Oct 2015 23:02:31 +0200 (CEST)

commit c2bb8d0325172fc20069ccd6004b6ec1c4f5dd47
Author: Markus Teich <markus.teich_AT_stusta.mhn.de>
AuthorDate: Sun Oct 18 22:52:15 2015 +0200
Commit: Christoph Lohmann <20h_AT_r-36.net>
CommitDate: Sun Oct 18 23:01:52 2015 +0200

    whitespace fixes
    
    Signed-off-by: Christoph Lohmann <20h_AT_r-36.net>

diff --git a/surf.c b/surf.c
index b99a84b..8dfd55b 100644
--- a/surf.c
+++ b/surf.c
_AT_@ -391,7 +391,7 @@ cookiejar_new(const char *filename, gboolean read_only,
         return g_object_new(COOKIEJAR_TYPE,
                             SOUP_COOKIE_JAR_TEXT_FILENAME, filename,
                             SOUP_COOKIE_JAR_READ_ONLY, read_only,
- SOUP_COOKIE_JAR_ACCEPT_POLICY, policy, NULL);
+ SOUP_COOKIE_JAR_ACCEPT_POLICY, policy, NULL);
 }
 
 static void
_AT_@ -956,7 +956,7 @@ newclient(void) {
         g_object_set(G_OBJECT(settings), "user-agent", ua, NULL);
         if (enablestyles) {
                 g_object_set(G_OBJECT(settings), "user-stylesheet-uri",
- getstyle("about:blank"), NULL);
+ getstyle("about:blank"), NULL);
         }
         g_object_set(G_OBJECT(settings), "auto-load-images", loadimages,
                         NULL);
_AT_@ -1090,15 +1090,15 @@ contextmenu(WebKitWebView *view, GtkWidget *menu, WebKitHitTestResult *target,
 static void
 menuactivate(GtkMenuItem *item, Client *c) {
         /*
- * context-menu-action-2000 open link
- * context-menu-action-1 open link in window
- * context-menu-action-2 download linked file
- * context-menu-action-3 copy link location
- * context-menu-action-7 copy image address
- * context-menu-action-13 reload
- * context-menu-action-10 back
- * context-menu-action-11 forward
- * context-menu-action-12 stop
+ * context-menu-action-2000 open link
+ * context-menu-action-1 open link in window
+ * context-menu-action-2 download linked file
+ * context-menu-action-3 copy link location
+ * context-menu-action-7 copy image address
+ * context-menu-action-13 reload
+ * context-menu-action-10 back
+ * context-menu-action-11 forward
+ * context-menu-action-12 stop
          */
 
         GtkAction *a = NULL;
_AT_@ -1179,9 +1179,9 @@ static void
 reload(Client *c, const Arg *arg) {
         gboolean nocache = *(gboolean *)arg;
         if(nocache) {
- webkit_web_view_reload_bypass_cache(c->view);
+ webkit_web_view_reload_bypass_cache(c->view);
         } else {
- webkit_web_view_reload(c->view);
+ webkit_web_view_reload(c->view);
         }
 }
 
Received on Sun Oct 18 2015 - 23:02:31 CEST

This archive was generated by hypermail 2.3.0 : Sun Oct 18 2015 - 23:12:11 CEST