summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/mobile/mobile_record_store.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/storage/mobile/mobile_record_store.h')
-rw-r--r--src/mongo/db/storage/mobile/mobile_record_store.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/storage/mobile/mobile_record_store.h b/src/mongo/db/storage/mobile/mobile_record_store.h
index ac2d7e4e229..9379a7760f7 100644
--- a/src/mongo/db/storage/mobile/mobile_record_store.h
+++ b/src/mongo/db/storage/mobile/mobile_record_store.h
@@ -113,7 +113,7 @@ public:
Status touch(OperationContext* opCtx, BSONObjBuilder* output) const override;
int64_t storageSize(OperationContext* opCtx,
- BSONObjBuilder* extraInfo = NULL,
+ BSONObjBuilder* extraInfo = nullptr,
int infoLevel = 0) const override;
long long dataSize(OperationContext* opCtx) const override;