From b21647a5e19e5980186e57f77be0b1e0ef92a087 Mon Sep 17 00:00:00 2001 From: Billy Donahue Date: Wed, 13 Feb 2019 14:07:04 -0500 Subject: 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. --- src/mongo/db/cloner.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/mongo/db/cloner.h') diff --git a/src/mongo/db/cloner.h b/src/mongo/db/cloner.h index f58dca0b976..b674017cb82 100644 --- a/src/mongo/db/cloner.h +++ b/src/mongo/db/cloner.h @@ -1,6 +1,3 @@ -// cloner.h - copy a database (export/import basically) - - /** * Copyright (C) 2018-present MongoDB, Inc. * @@ -32,6 +29,10 @@ #pragma once +/** + * copy a database (export/import basically) + */ + #include #include -- cgit v1.2.1