Skip to content

Commit 8ac2a61

Browse files
authored
Fix formatting (#1489)
1 parent b0810e8 commit 8ac2a61

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/bsoncxx/lib/bsoncxx/v1/exception.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ namespace v1 {
9191
// - https://lld.llvm.org/missingkeyfunction:
9292
// > It’s always advisable to ensure there is at least one eligible function that can serve as the key function.
9393
// - https://gcc.gnu.org/onlinedocs/gcc/Vague-Linkage.html
94-
// > For polymorphic classes (classes with virtual functions), the ‘type_info’ object is written out along with the vtable.
94+
// > For polymorphic classes (classes with virtual functions), the ‘type_info’ object is written out along with the
95+
// vtable.
9596
void exception::key_function() const {}
9697

9798
} // namespace v1

src/mongocxx/lib/mongocxx/v1/exception.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ std::error_category const& type_error_category() {
8989
// - https://lld.llvm.org/missingkeyfunction:
9090
// > It’s always advisable to ensure there is at least one eligible function that can serve as the key function.
9191
// - https://gcc.gnu.org/onlinedocs/gcc/Vague-Linkage.html
92-
// > For polymorphic classes (classes with virtual functions), the ‘type_info’ object is written out along with the vtable.
92+
// > For polymorphic classes (classes with virtual functions), the ‘type_info’ object is written out along with the
93+
// vtable.
9394
void exception::key_function() const {}
9495

9596
} // namespace v1

0 commit comments

Comments
 (0)