webkitpdf.vala
authorAlan Knowles <alan@roojs.com>
Tue, 24 Nov 2015 09:27:17 +0000 (17:27 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 24 Nov 2015 09:27:17 +0000 (17:27 +0800)
webkitpdf.vala

index f64386b..1533f6e 100644 (file)
@@ -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");