[hackers] [surf] Applying the surf style to the last patch. || Christoph Lohmann
changeset: 263:debf993422b7
user: Christoph Lohmann <20h_AT_r-36.net>
date: Thu Nov 15 14:53:27 2012 +0100
files: surf.c
description:
Applying the surf style to the last patch.
diff -r f38404983e69 -r debf993422b7 surf.c
--- a/surf.c Thu Nov 15 14:52:22 2012 +0100
+++ b/surf.c Thu Nov 15 14:53:27 2012 +0100
_AT_@ -892,16 +892,16 @@
void
toggle(Client *c, const Arg *arg) {
- WebKitWebSettings *settings;
- char *name = (char *)arg->v;
- gboolean value;
- Arg a = { .b = FALSE };
+ WebKitWebSettings *settings;
+ char *name = (char *)arg->v;
+ gboolean value;
+ Arg a = { .b = FALSE };
- settings = webkit_web_view_get_settings(c->view);
- g_object_get(G_OBJECT(settings), name, &value, NULL);
- g_object_set(G_OBJECT(settings), name, !value, NULL);
+ settings = webkit_web_view_get_settings(c->view);
+ g_object_get(G_OBJECT(settings), name, &value, NULL);
+ g_object_set(G_OBJECT(settings), name, !value, NULL);
- reload(c,&a);
+ reload(c,&a);
}
void
Received on Thu Nov 15 2012 - 15:28:51 CET
This archive was generated by hypermail 2.3.0
: Thu Nov 15 2012 - 15:36:12 CET