X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JSDOC%2FPackerRun.vala;h=b37d198c30e919a186531870310e22ac2c0b3d88;hp=99d379e6c4254774de0a1371525ae442d4b0f163;hb=31250c53e6c7fedbefc6515eba90967814e7b791;hpb=2010a68dd785effd953b629d2546d077e77e6e00 diff --git a/JSDOC/PackerRun.vala b/JSDOC/PackerRun.vala index 99d379e..b37d198 100644 --- a/JSDOC/PackerRun.vala +++ b/JSDOC/PackerRun.vala @@ -91,6 +91,9 @@ namespace JSDOC // now run the Packer... var p = new Packer(opt_target, opt_debug_target); + p.whitespace = !opt_keep_whitespace; + + if (opt_files != null) { foreach (string f in opt_files) {