Put spaces after "function" in JS code (cosmetic).

(imported from commit 7579547bfed70b3e53122109d0d6f30ea01f5ac3)
This commit is contained in:
Steve Howell
2013-07-05 11:43:56 -04:00
parent 26c66b17a9
commit 249252f700
25 changed files with 67 additions and 67 deletions

View File

@@ -153,7 +153,7 @@ function set_tutorial_status(status, callback) {
});
}
exports.is_running = function() {
exports.is_running = function () {
return is_running;
};