diff options
Diffstat (limited to 'src/mongo/db/geo/s2.h')
-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__ |