diff options
author | Billy Donahue <billy.donahue@mongodb.com> | 2019-02-13 14:07:04 -0500 |
---|---|---|
committer | Billy Donahue <billy.donahue@mongodb.com> | 2019-02-13 15:26:10 -0500 |
commit | b21647a5e19e5980186e57f77be0b1e0ef92a087 (patch) | |
tree | 007f8d67bedc94aa97e8b745887134f1304eacf3 /src/mongo/db/commands/touch.cpp | |
parent | a5388bd274e0df770457122dc3cef704e60c25ae (diff) | |
download | mongo-b21647a5e19e5980186e57f77be0b1e0ef92a087.tar.gz |
SERVER-39560 - remove leading blank line on all C++ files
Remove leading comments that are just stating the filename.
Move any file-level comments below the copyright banner.
Remove leading blank lines.
Diffstat (limited to 'src/mongo/db/commands/touch.cpp')
-rw-r--r-- | src/mongo/db/commands/touch.cpp | 9 |
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> |