summaryrefslogtreecommitdiff
path: root/runtime/runtime_support_llvm.cc
diff options
context:
space:
mode:
author Brian Carlstrom <bdc@google.com> 2013-07-17 23:40:20 -0700
committer Brian Carlstrom <bdc@google.com> 2013-07-18 00:12:43 -0700
commit0cd7ec2dcd8d7ba30bf3ca420b40dac52849876c (patch)
tree525a0f99f9381156367c988133b5d51d5dfef6f7 /runtime/runtime_support_llvm.cc
parentf69863b3039fc621ff4250e262d2a024d5e79ec8 (diff)
Fix cpplint whitespace/blank_line issues
Change-Id: Ice937e95e23dd622c17054551d4ae4cebd0ef8a2
Diffstat (limited to 'runtime/runtime_support_llvm.cc')
-rw-r--r--runtime/runtime_support_llvm.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/runtime_support_llvm.cc b/runtime/runtime_support_llvm.cc
index cbdefe8a03..d703db29d5 100644
--- a/runtime/runtime_support_llvm.cc
+++ b/runtime/runtime_support_llvm.cc
@@ -50,7 +50,6 @@
using namespace art;
extern "C" {
-
class ShadowFrameCopyVisitor : public StackVisitor {
public:
explicit ShadowFrameCopyVisitor(Thread* self) : StackVisitor(self, NULL), prev_frame_(NULL),
@@ -844,5 +843,4 @@ void art_portable_proxy_invoke_handler_from_code(mirror::AbstractMethod* proxy_m
void art_portable_constructor_barrier() {
LOG(FATAL) << "Implemented by IRBuilder.";
}
-
} // extern "C"