summaryrefslogtreecommitdiff
path: root/src/mongo/scripting/engine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/scripting/engine.cpp')
-rw-r--r--src/mongo/scripting/engine.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mongo/scripting/engine.cpp b/src/mongo/scripting/engine.cpp
index 28cb06c949e..4fb071471eb 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);