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/geo | |
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/geo')
-rw-r--r-- | src/mongo/db/geo/big_polygon.cpp | 1 | ||||
-rw-r--r-- | src/mongo/db/geo/big_polygon.h | 1 | ||||
-rw-r--r-- | src/mongo/db/geo/big_polygon_test.cpp | 1 | ||||
-rw-r--r-- | src/mongo/db/geo/geoconstants.h | 1 | ||||
-rw-r--r-- | src/mongo/db/geo/geometry_container.cpp | 1 | ||||
-rw-r--r-- | src/mongo/db/geo/geometry_container.h | 1 | ||||
-rw-r--r-- | src/mongo/db/geo/geoparser.cpp | 1 | ||||
-rw-r--r-- | src/mongo/db/geo/geoparser.h | 1 | ||||
-rw-r--r-- | src/mongo/db/geo/geoparser_test.cpp | 1 | ||||
-rw-r--r-- | src/mongo/db/geo/hash.cpp | 1 | ||||
-rw-r--r-- | src/mongo/db/geo/hash.h | 1 | ||||
-rw-r--r-- | src/mongo/db/geo/hash_test.cpp | 1 | ||||
-rw-r--r-- | src/mongo/db/geo/r2_region_coverer.cpp | 1 | ||||
-rw-r--r-- | src/mongo/db/geo/r2_region_coverer.h | 1 | ||||
-rw-r--r-- | src/mongo/db/geo/r2_region_coverer_test.cpp | 1 | ||||
-rw-r--r-- | src/mongo/db/geo/s2.h | 1 | ||||
-rw-r--r-- | src/mongo/db/geo/shapes.cpp | 1 | ||||
-rw-r--r-- | src/mongo/db/geo/shapes.h | 1 |
18 files changed, 0 insertions, 18 deletions
diff --git a/src/mongo/db/geo/big_polygon.cpp b/src/mongo/db/geo/big_polygon.cpp index 5564bcd575a..f0f77ab51ed 100644 --- a/src/mongo/db/geo/big_polygon.cpp +++ b/src/mongo/db/geo/big_polygon.cpp @@ -1,4 +1,3 @@ - /** * Copyright (C) 2018-present MongoDB, Inc. * diff --git a/src/mongo/db/geo/big_polygon.h b/src/mongo/db/geo/big_polygon.h index f57e3d08de7..bc0e4ce75f1 100644 --- a/src/mongo/db/geo/big_polygon.h +++ b/src/mongo/db/geo/big_polygon.h @@ -1,4 +1,3 @@ - /** * Copyright (C) 2018-present MongoDB, Inc. * diff --git a/src/mongo/db/geo/big_polygon_test.cpp b/src/mongo/db/geo/big_polygon_test.cpp index dba0e4d6651..b29b7c3eb4a 100644 --- a/src/mongo/db/geo/big_polygon_test.cpp +++ b/src/mongo/db/geo/big_polygon_test.cpp @@ -1,4 +1,3 @@ - /** * Copyright (C) 2018-present MongoDB, Inc. * diff --git a/src/mongo/db/geo/geoconstants.h b/src/mongo/db/geo/geoconstants.h index 763dcef0a77..d50387a4229 100644 --- a/src/mongo/db/geo/geoconstants.h +++ b/src/mongo/db/geo/geoconstants.h @@ -1,4 +1,3 @@ - /** * Copyright (C) 2018-present MongoDB, Inc. * diff --git a/src/mongo/db/geo/geometry_container.cpp b/src/mongo/db/geo/geometry_container.cpp index 8f80723483f..2d529afd8aa 100644 --- a/src/mongo/db/geo/geometry_container.cpp +++ b/src/mongo/db/geo/geometry_container.cpp @@ -1,4 +1,3 @@ - /** * Copyright (C) 2018-present MongoDB, Inc. * diff --git a/src/mongo/db/geo/geometry_container.h b/src/mongo/db/geo/geometry_container.h index e31b76e1394..0176eb04b18 100644 --- a/src/mongo/db/geo/geometry_container.h +++ b/src/mongo/db/geo/geometry_container.h @@ -1,4 +1,3 @@ - /** * Copyright (C) 2018-present MongoDB, Inc. * diff --git a/src/mongo/db/geo/geoparser.cpp b/src/mongo/db/geo/geoparser.cpp index cd9203b7a0f..4156f4d7b77 100644 --- a/src/mongo/db/geo/geoparser.cpp +++ b/src/mongo/db/geo/geoparser.cpp @@ -1,4 +1,3 @@ - /** * Copyright (C) 2018-present MongoDB, Inc. * diff --git a/src/mongo/db/geo/geoparser.h b/src/mongo/db/geo/geoparser.h index 72bffa0da55..439c4bc6f0c 100644 --- a/src/mongo/db/geo/geoparser.h +++ b/src/mongo/db/geo/geoparser.h @@ -1,4 +1,3 @@ - /** * Copyright (C) 2018-present MongoDB, Inc. * diff --git a/src/mongo/db/geo/geoparser_test.cpp b/src/mongo/db/geo/geoparser_test.cpp index 20e785220cd..921ba70e6d6 100644 --- a/src/mongo/db/geo/geoparser_test.cpp +++ b/src/mongo/db/geo/geoparser_test.cpp @@ -1,4 +1,3 @@ - /** * Copyright (C) 2018-present MongoDB, Inc. * diff --git a/src/mongo/db/geo/hash.cpp b/src/mongo/db/geo/hash.cpp index afb60b7a02e..eb1b3d24631 100644 --- a/src/mongo/db/geo/hash.cpp +++ b/src/mongo/db/geo/hash.cpp @@ -1,4 +1,3 @@ - /** * Copyright (C) 2018-present MongoDB, Inc. * diff --git a/src/mongo/db/geo/hash.h b/src/mongo/db/geo/hash.h index e10d69afb3b..0133f500e38 100644 --- a/src/mongo/db/geo/hash.h +++ b/src/mongo/db/geo/hash.h @@ -1,4 +1,3 @@ - /** * Copyright (C) 2018-present MongoDB, Inc. * diff --git a/src/mongo/db/geo/hash_test.cpp b/src/mongo/db/geo/hash_test.cpp index 24540be6a71..4081cc97aea 100644 --- a/src/mongo/db/geo/hash_test.cpp +++ b/src/mongo/db/geo/hash_test.cpp @@ -1,4 +1,3 @@ - /** * Copyright (C) 2018-present MongoDB, Inc. * diff --git a/src/mongo/db/geo/r2_region_coverer.cpp b/src/mongo/db/geo/r2_region_coverer.cpp index 60d1f0fccd6..4b170dbc1d3 100644 --- a/src/mongo/db/geo/r2_region_coverer.cpp +++ b/src/mongo/db/geo/r2_region_coverer.cpp @@ -1,4 +1,3 @@ - /** * Copyright (C) 2018-present MongoDB, Inc. * diff --git a/src/mongo/db/geo/r2_region_coverer.h b/src/mongo/db/geo/r2_region_coverer.h index ef7f66c7368..86ea19a2177 100644 --- a/src/mongo/db/geo/r2_region_coverer.h +++ b/src/mongo/db/geo/r2_region_coverer.h @@ -1,4 +1,3 @@ - /** * Copyright (C) 2018-present MongoDB, Inc. * diff --git a/src/mongo/db/geo/r2_region_coverer_test.cpp b/src/mongo/db/geo/r2_region_coverer_test.cpp index 1322f81b039..d569cb78ce1 100644 --- a/src/mongo/db/geo/r2_region_coverer_test.cpp +++ b/src/mongo/db/geo/r2_region_coverer_test.cpp @@ -1,4 +1,3 @@ - /** * Copyright (C) 2018-present MongoDB, Inc. * diff --git a/src/mongo/db/geo/s2.h b/src/mongo/db/geo/s2.h index 6a4a0dacc85..d497eb7d67f 100644 --- a/src/mongo/db/geo/s2.h +++ b/src/mongo/db/geo/s2.h @@ -1,4 +1,3 @@ - /** * Copyright (C) 2018-present MongoDB, Inc. * diff --git a/src/mongo/db/geo/shapes.cpp b/src/mongo/db/geo/shapes.cpp index 54b0bd6cf38..9dfd3170116 100644 --- a/src/mongo/db/geo/shapes.cpp +++ b/src/mongo/db/geo/shapes.cpp @@ -1,4 +1,3 @@ - /** * Copyright (C) 2018-present MongoDB, Inc. * diff --git a/src/mongo/db/geo/shapes.h b/src/mongo/db/geo/shapes.h index 8122e640911..ca400eaa829 100644 --- a/src/mongo/db/geo/shapes.h +++ b/src/mongo/db/geo/shapes.h @@ -1,4 +1,3 @@ - /** * Copyright (C) 2018-present MongoDB, Inc. * |