X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JSDOC%2FPackerRun.vala;h=ee3c97d1c2524215afc58a576a554d510eb2e165;hp=f14999727d6b7f26d7bb136d8ba2a19b7b1a7caf;hb=7c9ee91503acb1c99ed32f377aef7d5261a7347f;hpb=55f8d00207a54cf3c1939cae097c2691cb8cf93c diff --git a/JSDOC/PackerRun.vala b/JSDOC/PackerRun.vala index f149997..ee3c97d 100644 --- a/JSDOC/PackerRun.vala +++ b/JSDOC/PackerRun.vala @@ -91,7 +91,7 @@ namespace JSDOC // now run the Packer... var p = new Packer(opt_target, opt_debug_target); - p.whitespace = !opt_keep_whitespace; + p.keepWhite = opt_keep_whitespace; if (opt_files != null) {