diff options
Diffstat (limited to 'src/mongo/db/introspect.h')
-rw-r--r-- | src/mongo/db/introspect.h | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/src/mongo/db/introspect.h b/src/mongo/db/introspect.h index 2a6ec2a477f..0bfc3863e42 100644 --- a/src/mongo/db/introspect.h +++ b/src/mongo/db/introspect.h @@ -32,17 +32,17 @@ namespace mongo { - class Database; - class OperationContext; +class Database; +class OperationContext; - /** - * Invoked when database profile is enabled. - */ - void profile(OperationContext* txn, int op); +/** + * Invoked when database profile is enabled. + */ +void profile(OperationContext* txn, int op); - /** - * Pre-creates the profile collection for the specified database. - */ - Status createProfileCollection(OperationContext* txn, Database *db); +/** + * Pre-creates the profile collection for the specified database. + */ +Status createProfileCollection(OperationContext* txn, Database* db); -} // namespace mongo +} // namespace mongo |