summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/mmap_v1/durop.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/storage/mmap_v1/durop.h')
-rw-r--r--src/mongo/db/storage/mmap_v1/durop.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/storage/mmap_v1/durop.h b/src/mongo/db/storage/mmap_v1/durop.h
index 50ddc33318a..98aaf8406c3 100644
--- a/src/mongo/db/storage/mmap_v1/durop.h
+++ b/src/mongo/db/storage/mmap_v1/durop.h
@@ -49,7 +49,7 @@ namespace dur {
*
* For each op we want to journal, we define a subclass.
*/
-class DurOp {/* copyable */
+class DurOp { /* copyable */
public:
// @param opcode a sentinel value near max unsigned which uniquely identifies the operation.
// @see dur::JEntry