summaryrefslogtreecommitdiff
path: root/src/mongo/db/index_rebuilder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/index_rebuilder.h')
-rw-r--r--src/mongo/db/index_rebuilder.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/mongo/db/index_rebuilder.h b/src/mongo/db/index_rebuilder.h
index 26ddea997fb..bf01367e783 100644
--- a/src/mongo/db/index_rebuilder.h
+++ b/src/mongo/db/index_rebuilder.h
@@ -30,11 +30,11 @@
namespace mongo {
- class OperationContext;
+class OperationContext;
- /**
- * Restarts building indexes that were in progress during shutdown.
- * Only call this at startup before taking requests.
- */
- void restartInProgressIndexesFromLastShutdown(OperationContext* txn);
+/**
+ * Restarts building indexes that were in progress during shutdown.
+ * Only call this at startup before taking requests.
+ */
+void restartInProgressIndexesFromLastShutdown(OperationContext* txn);
}