diff options
Diffstat (limited to 'src/mongo/scripting/engine.cpp')
-rw-r--r-- | src/mongo/scripting/engine.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mongo/scripting/engine.cpp b/src/mongo/scripting/engine.cpp index 93f70408757..d1a97725786 100644 --- a/src/mongo/scripting/engine.cpp +++ b/src/mongo/scripting/engine.cpp @@ -240,9 +240,9 @@ void Scope::loadStored(OperationContext* opCtx, bool ignoreNotConnected) { if (MONGO_FAIL_POINT(mr_killop_test_fp)) { /* This thread sleep makes the interrupts in the test come in at a time - * where the js misses the interrupt and throw an exception instead of - * being interrupted - */ + * where the js misses the interrupt and throw an exception instead of + * being interrupted + */ stdx::this_thread::sleep_for(stdx::chrono::seconds(1)); } @@ -309,7 +309,7 @@ extern const JSFile utils_sh; extern const JSFile utils_auth; extern const JSFile bulk_api; extern const JSFile error_codes; -} +} // namespace JSFiles void Scope::execCoreFiles() { execSetup(JSFiles::utils); |