From ec5c3d1d644f1c9dcc99df9f3eaba1fe991c6cdc Mon Sep 17 00:00:00 2001 From: Daniel Carl Date: Wed, 28 Jun 2017 00:34:17 +0200 Subject: [PATCH] Fixed alignements. --- src/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.c b/src/main.c index 5630934..c35f54b 100644 --- a/src/main.c +++ b/src/main.c @@ -58,10 +58,10 @@ static void on_webctx_init_web_extension(WebKitWebContext *webctx, gpointer data static gboolean on_webdownload_decide_destination(WebKitDownload *download, gchar *suggested_filename, Client *c); static void on_webdownload_failed(WebKitDownload *download, - GError *error, Client *c); + GError *error, Client *c); static void on_webdownload_finished(WebKitDownload *download, Client *c); static void on_webdownload_received_data(WebKitDownload *download, - guint64 data_length, Client *c); + guint64 data_length, Client *c); static void on_webview_close(WebKitWebView *webview, Client *c); static WebKitWebView *on_webview_create(WebKitWebView *webview, WebKitNavigationAction *navact, Client *c); -- 2.20.1