summaryrefslogtreecommitdiff
path: root/runtime/stack.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/stack.h')
-rw-r--r--runtime/stack.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/stack.h b/runtime/stack.h
index a16930bba0..bd6204f8d2 100644
--- a/runtime/stack.h
+++ b/runtime/stack.h
@@ -140,7 +140,8 @@ class StackVisitor {
};
template <CountTransitions kCount = CountTransitions::kYes>
- void WalkStack(bool include_transitions = false) REQUIRES_SHARED(Locks::mutator_lock_);
+ void WalkStack(bool include_transitions = false)
+ REQUIRES_SHARED(Locks::mutator_lock_);
Thread* GetThread() const {
return thread_;