summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Benvenuto <mark.benvenuto@mongodb.com>2018-10-19 14:04:46 -0400
committerMark Benvenuto <mark.benvenuto@mongodb.com>2018-10-19 14:04:46 -0400
commitf12d10a7215167053e56a58d0bcb0d8c843dc3d2 (patch)
tree6ba6ac2f94304c5c468cfb0de17aebf2ce8aed21
parentb91fdee6c7505df98ffa15f9cc370df1ff031b27 (diff)
downloadmongo-f12d10a7215167053e56a58d0bcb0d8c843dc3d2.tar.gz
SERVER-37651 Fix lint
-rw-r--r--src/mongo/db/client.h1
-rw-r--r--src/mongo/db/hasher.cpp1
-rw-r--r--src/mongo/db/hasher.h1
-rw-r--r--src/mongo/db/matcher/path_test.cpp1
-rw-r--r--src/mongo/db/namespace_string-inl.h1
-rw-r--r--src/mongo/platform/random_test.cpp1
-rw-r--r--src/mongo/util/base64.cpp1
-rw-r--r--src/mongo/util/unordered_fast_key_table_internal.h1
-rw-r--r--src/mongo/util/winutil.h2
9 files changed, 1 insertions, 9 deletions
diff --git a/src/mongo/db/client.h b/src/mongo/db/client.h
index 5efb7395299..b33277d7c1a 100644
--- a/src/mongo/db/client.h
+++ b/src/mongo/db/client.h
@@ -6,7 +6,6 @@
todo: switch to asio...this will fit nicely with that.
*/
-
/**
* Copyright (C) 2018-present MongoDB, Inc.
*
diff --git a/src/mongo/db/hasher.cpp b/src/mongo/db/hasher.cpp
index 323ee32a502..602eaeaa189 100644
--- a/src/mongo/db/hasher.cpp
+++ b/src/mongo/db/hasher.cpp
@@ -4,7 +4,6 @@
*/
-
/**
* Copyright (C) 2018-present MongoDB, Inc.
*
diff --git a/src/mongo/db/hasher.h b/src/mongo/db/hasher.h
index 24142bdb8e1..fbb7e21e6f7 100644
--- a/src/mongo/db/hasher.h
+++ b/src/mongo/db/hasher.h
@@ -4,7 +4,6 @@
*/
-
/**
* Copyright (C) 2018-present MongoDB, Inc.
*
diff --git a/src/mongo/db/matcher/path_test.cpp b/src/mongo/db/matcher/path_test.cpp
index d027d1ce035..d026966ca4b 100644
--- a/src/mongo/db/matcher/path_test.cpp
+++ b/src/mongo/db/matcher/path_test.cpp
@@ -1,7 +1,6 @@
// path_test.cpp
-
/**
* Copyright (C) 2018-present MongoDB, Inc.
*
diff --git a/src/mongo/db/namespace_string-inl.h b/src/mongo/db/namespace_string-inl.h
index f34ad277f88..ac3ff234255 100644
--- a/src/mongo/db/namespace_string-inl.h
+++ b/src/mongo/db/namespace_string-inl.h
@@ -1,7 +1,6 @@
// namespacestring-inl.h
-
/**
* Copyright (C) 2018-present MongoDB, Inc.
*
diff --git a/src/mongo/platform/random_test.cpp b/src/mongo/platform/random_test.cpp
index 64cd2145d5f..9fdc318b266 100644
--- a/src/mongo/platform/random_test.cpp
+++ b/src/mongo/platform/random_test.cpp
@@ -1,7 +1,6 @@
// random_test.cpp
-
/**
* Copyright (C) 2018-present MongoDB, Inc.
*
diff --git a/src/mongo/util/base64.cpp b/src/mongo/util/base64.cpp
index 6256f7c9bf0..c5709b67a0a 100644
--- a/src/mongo/util/base64.cpp
+++ b/src/mongo/util/base64.cpp
@@ -1,7 +1,6 @@
// util/base64.cpp
-
/**
* Copyright (C) 2018-present MongoDB, Inc.
*
diff --git a/src/mongo/util/unordered_fast_key_table_internal.h b/src/mongo/util/unordered_fast_key_table_internal.h
index 8f7417efbdd..920169122d1 100644
--- a/src/mongo/util/unordered_fast_key_table_internal.h
+++ b/src/mongo/util/unordered_fast_key_table_internal.h
@@ -1,7 +1,6 @@
// unordered_fast_key_table_internal.h
-
/**
* Copyright (C) 2018-present MongoDB, Inc.
*
diff --git a/src/mongo/util/winutil.h b/src/mongo/util/winutil.h
index a4f8b4afeec..638a0430168 100644
--- a/src/mongo/util/winutil.h
+++ b/src/mongo/util/winutil.h
@@ -1,6 +1,6 @@
// @file winutil.cpp : Windows related utility functions
//
-//
+//
/**
* Copyright (C) 2018-present MongoDB, Inc.
*