From d38d0ebe74a70f6e06a640880aba282fb349fb72 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Fri, 06 Oct 2017 14:07:35 -0400 Subject: src/web-settings.c: Wrap two long lines --- (limited to 'src') 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; -- cgit v0.9.1