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/jsobj.h | |
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/jsobj.h')
-rw-r--r-- | src/mongo/db/jsobj.h | 19 |
1 files changed, 7 insertions, 12 deletions
diff --git a/src/mongo/db/jsobj.h b/src/mongo/db/jsobj.h index 3f07a5c421a..13e892bf42e 100644 --- a/src/mongo/db/jsobj.h +++ b/src/mongo/db/jsobj.h @@ -1,8 +1,3 @@ -/** @file jsobj.h - BSON classes -*/ - - /** * Copyright (C) 2018-present MongoDB, Inc. * @@ -33,13 +28,13 @@ */ /** - BSONObj and its helpers - - "BSON" stands for "binary JSON" -- ie a binary way to represent objects that would be - represented in JSON (plus a few extensions useful for databases & other languages). - - http://www.bsonspec.org/ -*/ + * BSONObj and its helpers + * + * "BSON" stands for "binary JSON" -- ie a binary way to represent objects that would be + * represented in JSON (plus a few extensions useful for databases & other languages). + * + * http://www.bsonspec.org/ + */ #pragma once |