summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/touch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/commands/touch.cpp')
-rw-r--r--src/mongo/db/commands/touch.cpp9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/mongo/db/commands/touch.cpp b/src/mongo/db/commands/touch.cpp
index 62aa7634145..8449b4d7d4f 100644
--- a/src/mongo/db/commands/touch.cpp
+++ b/src/mongo/db/commands/touch.cpp
@@ -1,8 +1,3 @@
-/** @file touch.cpp
- compaction of deleted space in pdfiles (datafiles)
-*/
-
-
/**
* Copyright (C) 2018-present MongoDB, Inc.
*
@@ -32,6 +27,10 @@
* it in the license file.
*/
+/**
+ * compaction of deleted space in pdfiles (datafiles)
+ */
+
#include "mongo/platform/basic.h"
#include <string>