summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/authorization_manager_global.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/auth/authorization_manager_global.h')
-rw-r--r--src/mongo/db/auth/authorization_manager_global.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/mongo/db/auth/authorization_manager_global.h b/src/mongo/db/auth/authorization_manager_global.h
index b0ef39f0069..3e6e936e520 100644
--- a/src/mongo/db/auth/authorization_manager_global.h
+++ b/src/mongo/db/auth/authorization_manager_global.h
@@ -32,12 +32,12 @@
namespace mongo {
- /**
- * Name of the server parameter used to report the auth schema version (via getParameter).
- */
- extern const std::string authSchemaVersionServerParameter;
+/**
+ * Name of the server parameter used to report the auth schema version (via getParameter).
+ */
+extern const std::string authSchemaVersionServerParameter;
- // Gets the singleton AuthorizationManager object for this server process.
- AuthorizationManager* getGlobalAuthorizationManager();
+// Gets the singleton AuthorizationManager object for this server process.
+AuthorizationManager* getGlobalAuthorizationManager();
-} // namespace mongo
+} // namespace mongo