summaryrefslogtreecommitdiff
path: root/src/mongo/stdx
diff options
context:
space:
mode:
authorBilly Donahue <billy.donahue@mongodb.com>2019-02-13 14:07:04 -0500
committerBilly Donahue <billy.donahue@mongodb.com>2019-02-13 15:26:10 -0500
commitb21647a5e19e5980186e57f77be0b1e0ef92a087 (patch)
tree007f8d67bedc94aa97e8b745887134f1304eacf3 /src/mongo/stdx
parenta5388bd274e0df770457122dc3cef704e60c25ae (diff)
downloadmongo-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/stdx')
-rw-r--r--src/mongo/stdx/chrono.h1
-rw-r--r--src/mongo/stdx/condition_variable.h1
-rw-r--r--src/mongo/stdx/condition_variable_bm.cpp1
-rw-r--r--src/mongo/stdx/functional.h1
-rw-r--r--src/mongo/stdx/future.h1
-rw-r--r--src/mongo/stdx/list.h1
-rw-r--r--src/mongo/stdx/memory.h1
-rw-r--r--src/mongo/stdx/mutex.h1
-rw-r--r--src/mongo/stdx/new.h1
-rw-r--r--src/mongo/stdx/thread.h1
-rw-r--r--src/mongo/stdx/type_traits.h1
-rw-r--r--src/mongo/stdx/unordered_map.h1
-rw-r--r--src/mongo/stdx/unordered_set.h1
-rw-r--r--src/mongo/stdx/utility.h1
-rw-r--r--src/mongo/stdx/variant.h1
15 files changed, 0 insertions, 15 deletions
diff --git a/src/mongo/stdx/chrono.h b/src/mongo/stdx/chrono.h
index 55a5862ffc3..0a228493786 100644
--- a/src/mongo/stdx/chrono.h
+++ b/src/mongo/stdx/chrono.h
@@ -1,4 +1,3 @@
-
/**
* Copyright (C) 2018-present MongoDB, Inc.
*
diff --git a/src/mongo/stdx/condition_variable.h b/src/mongo/stdx/condition_variable.h
index 7f1ed7ef5fa..33e42f927fa 100644
--- a/src/mongo/stdx/condition_variable.h
+++ b/src/mongo/stdx/condition_variable.h
@@ -1,4 +1,3 @@
-
/**
* Copyright (C) 2018-present MongoDB, Inc.
*
diff --git a/src/mongo/stdx/condition_variable_bm.cpp b/src/mongo/stdx/condition_variable_bm.cpp
index ff508583025..f306e999dfc 100644
--- a/src/mongo/stdx/condition_variable_bm.cpp
+++ b/src/mongo/stdx/condition_variable_bm.cpp
@@ -1,4 +1,3 @@
-
/**
* Copyright (C) 2018-present MongoDB, Inc.
*
diff --git a/src/mongo/stdx/functional.h b/src/mongo/stdx/functional.h
index afb7fa900e6..3f3a4909e38 100644
--- a/src/mongo/stdx/functional.h
+++ b/src/mongo/stdx/functional.h
@@ -1,4 +1,3 @@
-
/**
* Copyright (C) 2018-present MongoDB, Inc.
*
diff --git a/src/mongo/stdx/future.h b/src/mongo/stdx/future.h
index 5608cf3601d..58bdccfa400 100644
--- a/src/mongo/stdx/future.h
+++ b/src/mongo/stdx/future.h
@@ -1,4 +1,3 @@
-
/**
* Copyright (C) 2018-present MongoDB, Inc.
*
diff --git a/src/mongo/stdx/list.h b/src/mongo/stdx/list.h
index d1628b32f25..0b898303038 100644
--- a/src/mongo/stdx/list.h
+++ b/src/mongo/stdx/list.h
@@ -1,4 +1,3 @@
-
/**
* Copyright (C) 2018-present MongoDB, Inc.
*
diff --git a/src/mongo/stdx/memory.h b/src/mongo/stdx/memory.h
index b746e484d7f..e0f5849b978 100644
--- a/src/mongo/stdx/memory.h
+++ b/src/mongo/stdx/memory.h
@@ -1,4 +1,3 @@
-
/**
* Copyright (C) 2018-present MongoDB, Inc.
*
diff --git a/src/mongo/stdx/mutex.h b/src/mongo/stdx/mutex.h
index 7542a51a76c..b75a5b56988 100644
--- a/src/mongo/stdx/mutex.h
+++ b/src/mongo/stdx/mutex.h
@@ -1,4 +1,3 @@
-
/**
* Copyright (C) 2018-present MongoDB, Inc.
*
diff --git a/src/mongo/stdx/new.h b/src/mongo/stdx/new.h
index 05d4c934417..1fd7afbf6dd 100644
--- a/src/mongo/stdx/new.h
+++ b/src/mongo/stdx/new.h
@@ -1,4 +1,3 @@
-
/**
* Copyright (C) 2018-present MongoDB, Inc.
*
diff --git a/src/mongo/stdx/thread.h b/src/mongo/stdx/thread.h
index 7fd244ee238..278b7678e72 100644
--- a/src/mongo/stdx/thread.h
+++ b/src/mongo/stdx/thread.h
@@ -1,4 +1,3 @@
-
/**
* Copyright (C) 2018-present MongoDB, Inc.
*
diff --git a/src/mongo/stdx/type_traits.h b/src/mongo/stdx/type_traits.h
index d0606d4abb3..469a9cb9793 100644
--- a/src/mongo/stdx/type_traits.h
+++ b/src/mongo/stdx/type_traits.h
@@ -1,4 +1,3 @@
-
/**
* Copyright (C) 2018-present MongoDB, Inc.
*
diff --git a/src/mongo/stdx/unordered_map.h b/src/mongo/stdx/unordered_map.h
index 6f4e7a8728a..4c3bb8d0044 100644
--- a/src/mongo/stdx/unordered_map.h
+++ b/src/mongo/stdx/unordered_map.h
@@ -1,4 +1,3 @@
-
/**
* Copyright (C) 2018-present MongoDB, Inc.
*
diff --git a/src/mongo/stdx/unordered_set.h b/src/mongo/stdx/unordered_set.h
index d88450cce75..0eed1a34bde 100644
--- a/src/mongo/stdx/unordered_set.h
+++ b/src/mongo/stdx/unordered_set.h
@@ -1,4 +1,3 @@
-
/**
* Copyright (C) 2018-present MongoDB, Inc.
*
diff --git a/src/mongo/stdx/utility.h b/src/mongo/stdx/utility.h
index 3fd22aec7f1..c71134dd1cb 100644
--- a/src/mongo/stdx/utility.h
+++ b/src/mongo/stdx/utility.h
@@ -1,4 +1,3 @@
-
/**
* Copyright (C) 2018-present MongoDB, Inc.
*
diff --git a/src/mongo/stdx/variant.h b/src/mongo/stdx/variant.h
index 4de52b0fe2d..458a91b1ea7 100644
--- a/src/mongo/stdx/variant.h
+++ b/src/mongo/stdx/variant.h
@@ -1,4 +1,3 @@
-
/**
* Copyright (C) 2018-present MongoDB, Inc.
*