From 7934ac288acfb2552bb0b06ec1f61e5820d924a4 Mon Sep 17 00:00:00 2001 From: Brian Carlstrom Date: Fri, 26 Jul 2013 10:54:15 -0700 Subject: Fix cpplint whitespace/comments issues Change-Id: Iae286862c85fb8fd8901eae1204cd6d271d69496 --- runtime/scoped_thread_state_change.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/scoped_thread_state_change.h') diff --git a/runtime/scoped_thread_state_change.h b/runtime/scoped_thread_state_change.h index 2643f66c42..853d684bed 100644 --- a/runtime/scoped_thread_state_change.h +++ b/runtime/scoped_thread_state_change.h @@ -179,7 +179,7 @@ class ScopedObjectAccessUnchecked : public ScopedThreadStateChange { uint32_t cookie = Env()->local_ref_cookie; IndirectRef ref = locals.Add(cookie, obj); -#if 0 // TODO: fix this to understand PushLocalFrame, so we can turn it on. +#if 0 // TODO: fix this to understand PushLocalFrame, so we can turn it on. if (Env()->check_jni) { size_t entry_count = locals.Capacity(); if (entry_count > 16) { -- cgit v1.2.3-59-g8ed1b