summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/web-settings.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/web-settings.c b/src/web-settings.c
index 26656e7..d597c4e 100644
--- a/src/web-settings.c
+++ b/src/web-settings.c
@@ -153,7 +153,8 @@ static struct mapping mappings[] = {
static GHashTable *mappings_table = NULL;
static void
-wks_bool_cb(const gchar *name, const gboolean value, WebKitSettings *wk_settings)
+wks_bool_cb(const gchar *name, const gboolean value,
+ WebKitSettings *wk_settings)
{
GValue g_value = G_VALUE_INIT;
@@ -164,7 +165,8 @@ wks_bool_cb(const gchar *name, const gboolean value, WebKitSettings *wk_settings
}
static void
-wks_bool_n_cb(const gchar *name, const gboolean value, WebKitSettings *wk_settings)
+wks_bool_n_cb(const gchar *name, const gboolean value,
+ WebKitSettings *wk_settings)
{
GValue g_value = G_VALUE_INIT;