Enforce space after function name

This commit is contained in:
Pierre Ossman
2018-09-06 17:34:15 +02:00
parent 3f1cda2e37
commit 2c5491e131
19 changed files with 181 additions and 178 deletions

View File

@@ -84,7 +84,7 @@ function walkDir(base_path, cb, filter) {
});
}
function transform_html (legacy_scripts, only_legacy) {
function transform_html(legacy_scripts, only_legacy) {
// write out the modified vnc.html file that works with the bundle
const src_html_path = path.resolve(__dirname, '..', 'vnc.html');
const out_html_path = path.resolve(paths.out_dir_base, 'vnc.html');