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/background.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/mongo/db/background.cpp') diff --git a/src/mongo/db/background.cpp b/src/mongo/db/background.cpp index 692847b348a..eb24f3c6529 100644 --- a/src/mongo/db/background.cpp +++ b/src/mongo/db/background.cpp @@ -1,6 +1,3 @@ -// background.cpp - - /** * Copyright (C) 2018-present MongoDB, Inc. * -- cgit v1.2.1