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/commands/oplog_note.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mongo/db/commands/oplog_note.cpp') diff --git a/src/mongo/db/commands/oplog_note.cpp b/src/mongo/db/commands/oplog_note.cpp index 9811ac7d050..cdbe58e5989 100644 --- a/src/mongo/db/commands/oplog_note.cpp +++ b/src/mongo/db/commands/oplog_note.cpp @@ -1,4 +1,3 @@ - /** * Copyright (C) 2018-present MongoDB, Inc. * -- cgit v1.2.1