diff options
author | Mark Benvenuto <mark.benvenuto@mongodb.com> | 2015-06-19 10:57:36 -0400 |
---|---|---|
committer | Mark Benvenuto <mark.benvenuto@mongodb.com> | 2015-06-20 10:56:04 -0400 |
commit | 6f6fa5a63d482b0dc117eb2ac21cf096deb5a6f3 (patch) | |
tree | b76c2a4dfc7f45eb25dd62cb3ffe89ea448d9e0e /src/mongo/db/geo | |
parent | 9c2ed42daa8fbbef4a919c21ec564e2db55e8d60 (diff) | |
download | mongo-6f6fa5a63d482b0dc117eb2ac21cf096deb5a6f3.tar.gz |
SERVER-18978: Clang-Format - Fix comment word wrapping indentation
Diffstat (limited to 'src/mongo/db/geo')
-rw-r--r-- | src/mongo/db/geo/s2.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/geo/s2.h b/src/mongo/db/geo/s2.h index 7a3a1c6a840..293fe5185e4 100644 --- a/src/mongo/db/geo/s2.h +++ b/src/mongo/db/geo/s2.h @@ -29,8 +29,8 @@ #pragma once /* - * This file's purpose is to confine the suppression of the Clang warning for mismatched-tags (struct vs class) - * in only the s2.h file + * This file's purpose is to confine the suppression of the Clang warning for + * mismatched-tags (struct vs class) in only the s2.h file */ #ifdef __clang__ |