minor - fix whitespace and formatting

This commit is contained in:
akhil 2014-01-10 14:19:32 -08:00
parent 6243e0fe23
commit 72af73400a
2 changed files with 2 additions and 2 deletions

View File

@ -252,7 +252,7 @@ var gc = global.gc;
// if we handled an error, then make sure any ticks get processed
process._needTickCallback();
}
return caught;
};

View File

@ -643,7 +643,7 @@ exports._usingDomains = function() {
}, process.domain)
}
});
}
}
Object.defineProperty(exports, 'domain', {
enumerable : true,