summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-10-06 14:07:35 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-10-06 14:07:35 (EDT)
commitd38d0ebe74a70f6e06a640880aba282fb349fb72 (patch)
tree3e8dc1a8c97e79254f781c618295110fe380b6ac /src
parentca8d70330110cc68ae5810aaabc6b049c1992b9f (diff)
downloadmarquee-d38d0ebe74a70f6e06a640880aba282fb349fb72.zip
marquee-d38d0ebe74a70f6e06a640880aba282fb349fb72.tar.gz
marquee-d38d0ebe74a70f6e06a640880aba282fb349fb72.tar.bz2
src/web-settings.c: Wrap two long lines
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;