summaryrefslogtreecommitdiff
path: root/src/mongo/stdx/sigaltstack_location_test.cpp
diff options
context:
space:
mode:
authorclang-format 12.0.1 <>2023-02-10 04:44:29 -0800
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-02-11 08:00:01 +0000
commitf63255ee677ecae5896d6f35dd712ed60ae8c39a (patch)
tree97ffffa8d6f9e1a131aeb1ccc1d42f133f8407fd /src/mongo/stdx/sigaltstack_location_test.cpp
parent375366e3f317d18717df24f861b09c4d2f8fb27f (diff)
downloadmongo-f63255ee677ecae5896d6f35dd712ed60ae8c39a.tar.gz
SERVER-72197 Run clang-format 12.0.1 on the codebase
Signed-off-by: Ryan Egesdahl <ryan.egesdahl@mongodb.com>
Diffstat (limited to 'src/mongo/stdx/sigaltstack_location_test.cpp')
-rw-r--r--src/mongo/stdx/sigaltstack_location_test.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mongo/stdx/sigaltstack_location_test.cpp b/src/mongo/stdx/sigaltstack_location_test.cpp
index 325708578ae..6c57146721f 100644
--- a/src/mongo/stdx/sigaltstack_location_test.cpp
+++ b/src/mongo/stdx/sigaltstack_location_test.cpp
@@ -199,7 +199,9 @@ int recursionTestImpl(bool useSigAltStack) {
void* deepestAddress;
const std::function<void()> recur;
};
- MostlyInfiniteRecursion recursion = {0, &recursion, [&] { recursion.run(); }};
+ MostlyInfiniteRecursion recursion = {0, &recursion, [&] {
+ recursion.run();
+ }};
// When the signal handler fires, it will return to this sigsetjmp call, causing
// it to return a nonzero value. This makes the child thread viable again, and