From: Alan Knowles Date: Tue, 24 Nov 2015 09:27:17 +0000 (+0800) Subject: webkitpdf.vala X-Git-Url: http://git.roojs.org/?p=app.webkitpdf;a=commitdiff_plain;h=c8cd7238c3192809229a5b403b2d5b81965f899a webkitpdf.vala --- diff --git a/webkitpdf.vala b/webkitpdf.vala index f64386b..1533f6e 100644 --- a/webkitpdf.vala +++ b/webkitpdf.vala @@ -18,7 +18,8 @@ public class webkitpdf { { "pdf", 0, 0, OptionArg.STRING, ref opt_target_pdf, "File to write (PDF)", null }, { null } }; - public static int main(string[] args) { + public static int main(string[] args) + { Gtk.init(ref args); unowned string proxy = Environment.get_variable ("http_proxy");