summaryrefslogtreecommitdiff
path: root/runtime/native/dalvik_system_VMStack.cc
diff options
context:
space:
mode:
author Andreas Gampe <agampe@google.com> 2018-10-19 14:06:15 -0700
committer Andreas Gampe <agampe@google.com> 2018-10-23 15:19:55 -0700
commit98ea9d9d82ab078ca10fa7f8e02eddda94cf1d98 (patch)
treea848b7e41ff227a2d3d4d6795ec11089f39cb6ca /runtime/native/dalvik_system_VMStack.cc
parent02338775e33b553be51d44ff60bb1ef8e527bd94 (diff)
ART: Refactor for bugprone-argument-comment
Handles runtime. Bug: 116054210 Test: WITH_TIDY=1 mmma art Change-Id: Ibc0d5086809d647f0ce4df5452eb84442d27ecf0
Diffstat (limited to 'runtime/native/dalvik_system_VMStack.cc')
-rw-r--r--runtime/native/dalvik_system_VMStack.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/native/dalvik_system_VMStack.cc b/runtime/native/dalvik_system_VMStack.cc
index e3932df5c0..32733a8409 100644
--- a/runtime/native/dalvik_system_VMStack.cc
+++ b/runtime/native/dalvik_system_VMStack.cc
@@ -59,7 +59,7 @@ static ResultT GetThreadStack(const ScopedFastNativeObjectAccess& soa,
ThreadList* thread_list = Runtime::Current()->GetThreadList();
bool timed_out;
Thread* thread = thread_list->SuspendThreadByPeer(peer,
- /* request_suspension */ true,
+ /* request_suspension= */ true,
SuspendReason::kInternal,
&timed_out);
if (thread != nullptr) {