Spaces to tabs, to match upstream convention

This commit is contained in:
Josh M. McKee 2017-06-10 18:52:11 -07:00
parent c45824b3ad
commit 06e84eee94
4 changed files with 14 additions and 12 deletions

View file

@ -88,7 +88,7 @@ function main() {
}
],
function complete(err) {
events.registerModules();
events.registerModules();
// note this is escaped:
fs.readFile(paths.join(__dirname, '../misc/startup_banner.asc'), 'utf8', (err, banner) => {