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/views | |
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/views')
-rw-r--r-- | src/mongo/db/views/durable_view_catalog.cpp | 1 | ||||
-rw-r--r-- | src/mongo/db/views/durable_view_catalog.h | 1 | ||||
-rw-r--r-- | src/mongo/db/views/resolved_view.cpp | 1 | ||||
-rw-r--r-- | src/mongo/db/views/resolved_view.h | 1 | ||||
-rw-r--r-- | src/mongo/db/views/resolved_view_test.cpp | 1 | ||||
-rw-r--r-- | src/mongo/db/views/view.cpp | 1 | ||||
-rw-r--r-- | src/mongo/db/views/view.h | 1 | ||||
-rw-r--r-- | src/mongo/db/views/view_catalog.cpp | 1 | ||||
-rw-r--r-- | src/mongo/db/views/view_catalog.h | 1 | ||||
-rw-r--r-- | src/mongo/db/views/view_catalog_test.cpp | 1 | ||||
-rw-r--r-- | src/mongo/db/views/view_definition_test.cpp | 1 | ||||
-rw-r--r-- | src/mongo/db/views/view_graph.cpp | 1 | ||||
-rw-r--r-- | src/mongo/db/views/view_graph.h | 1 | ||||
-rw-r--r-- | src/mongo/db/views/view_graph_test.cpp | 1 |
14 files changed, 0 insertions, 14 deletions
diff --git a/src/mongo/db/views/durable_view_catalog.cpp b/src/mongo/db/views/durable_view_catalog.cpp index 00e77886d15..e0f829b3922 100644 --- a/src/mongo/db/views/durable_view_catalog.cpp +++ b/src/mongo/db/views/durable_view_catalog.cpp @@ -1,4 +1,3 @@ - /** * Copyright (C) 2018-present MongoDB, Inc. * diff --git a/src/mongo/db/views/durable_view_catalog.h b/src/mongo/db/views/durable_view_catalog.h index 875c628cfb9..69086909379 100644 --- a/src/mongo/db/views/durable_view_catalog.h +++ b/src/mongo/db/views/durable_view_catalog.h @@ -1,4 +1,3 @@ - /** * Copyright (C) 2018-present MongoDB, Inc. * diff --git a/src/mongo/db/views/resolved_view.cpp b/src/mongo/db/views/resolved_view.cpp index 0a673df728c..c5780407243 100644 --- a/src/mongo/db/views/resolved_view.cpp +++ b/src/mongo/db/views/resolved_view.cpp @@ -1,4 +1,3 @@ - /** * Copyright (C) 2018-present MongoDB, Inc. * diff --git a/src/mongo/db/views/resolved_view.h b/src/mongo/db/views/resolved_view.h index 30cf456e34c..9ab61fe105e 100644 --- a/src/mongo/db/views/resolved_view.h +++ b/src/mongo/db/views/resolved_view.h @@ -1,4 +1,3 @@ - /** * Copyright (C) 2018-present MongoDB, Inc. * diff --git a/src/mongo/db/views/resolved_view_test.cpp b/src/mongo/db/views/resolved_view_test.cpp index a9f5f580b05..b15ccab582d 100644 --- a/src/mongo/db/views/resolved_view_test.cpp +++ b/src/mongo/db/views/resolved_view_test.cpp @@ -1,4 +1,3 @@ - /** * Copyright (C) 2018-present MongoDB, Inc. * diff --git a/src/mongo/db/views/view.cpp b/src/mongo/db/views/view.cpp index 391a119e188..04987538658 100644 --- a/src/mongo/db/views/view.cpp +++ b/src/mongo/db/views/view.cpp @@ -1,4 +1,3 @@ - /** * Copyright (C) 2018-present MongoDB, Inc. * diff --git a/src/mongo/db/views/view.h b/src/mongo/db/views/view.h index 3db97ff4507..8812048b166 100644 --- a/src/mongo/db/views/view.h +++ b/src/mongo/db/views/view.h @@ -1,4 +1,3 @@ - /** * Copyright (C) 2018-present MongoDB, Inc. * diff --git a/src/mongo/db/views/view_catalog.cpp b/src/mongo/db/views/view_catalog.cpp index e9763fc488d..dd9d2776d34 100644 --- a/src/mongo/db/views/view_catalog.cpp +++ b/src/mongo/db/views/view_catalog.cpp @@ -1,4 +1,3 @@ - /** * Copyright (C) 2018-present MongoDB, Inc. * diff --git a/src/mongo/db/views/view_catalog.h b/src/mongo/db/views/view_catalog.h index ebede346dd4..ce0e84d7731 100644 --- a/src/mongo/db/views/view_catalog.h +++ b/src/mongo/db/views/view_catalog.h @@ -1,4 +1,3 @@ - /** * Copyright (C) 2018-present MongoDB, Inc. * diff --git a/src/mongo/db/views/view_catalog_test.cpp b/src/mongo/db/views/view_catalog_test.cpp index b2989f2d614..5a705433e72 100644 --- a/src/mongo/db/views/view_catalog_test.cpp +++ b/src/mongo/db/views/view_catalog_test.cpp @@ -1,4 +1,3 @@ - /** * Copyright (C) 2018-present MongoDB, Inc. * diff --git a/src/mongo/db/views/view_definition_test.cpp b/src/mongo/db/views/view_definition_test.cpp index 6a9af7ea9af..a2aa0ed2536 100644 --- a/src/mongo/db/views/view_definition_test.cpp +++ b/src/mongo/db/views/view_definition_test.cpp @@ -1,4 +1,3 @@ - /** * Copyright (C) 2018-present MongoDB, Inc. * diff --git a/src/mongo/db/views/view_graph.cpp b/src/mongo/db/views/view_graph.cpp index 9c89e000e4b..7ecc1544e31 100644 --- a/src/mongo/db/views/view_graph.cpp +++ b/src/mongo/db/views/view_graph.cpp @@ -1,4 +1,3 @@ - /** * Copyright (C) 2018-present MongoDB, Inc. * diff --git a/src/mongo/db/views/view_graph.h b/src/mongo/db/views/view_graph.h index 667c7c3a211..1315a928794 100644 --- a/src/mongo/db/views/view_graph.h +++ b/src/mongo/db/views/view_graph.h @@ -1,4 +1,3 @@ - /** * Copyright (C) 2018-present MongoDB, Inc. * diff --git a/src/mongo/db/views/view_graph_test.cpp b/src/mongo/db/views/view_graph_test.cpp index de98c3a8480..8d20a30fd53 100644 --- a/src/mongo/db/views/view_graph_test.cpp +++ b/src/mongo/db/views/view_graph_test.cpp @@ -1,4 +1,3 @@ - /** * Copyright (C) 2018-present MongoDB, Inc. * |