From: Daniel Carl <danielcarl@gmx.de>
Date: Tue, 27 Jun 2017 22:34:17 +0000 (+0200)
Subject: Fixed alignements.
X-Git-Url: https://git.owens.tech/projects.html/projects.html/git?a=commitdiff_plain;h=ec5c3d1d644f1c9dcc99df9f3eaba1fe991c6cdc;p=vimb.git

Fixed alignements.
---

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);