Forgot space.
Change-Id: If9eced6d5bd6d8d0248bad0e7b12095fb5a84d26
diff --git a/compiler/optimizing/inliner.cc b/compiler/optimizing/inliner.cc
index d7bb928..573b583 100644
--- a/compiler/optimizing/inliner.cc
+++ b/compiler/optimizing/inliner.cc
@@ -1285,7 +1285,7 @@
size_t pointer_size = Runtime::Current()->GetClassLinker()->GetImagePointerSize();
mirror::Class* cls = resolved_method->GetReturnType(false /* resolve */, pointer_size);
if (cls != nullptr) {
- ReferenceTypeInfo::TypeHandle return_handle= handles_->NewHandle(cls);
+ ReferenceTypeInfo::TypeHandle return_handle = handles_->NewHandle(cls);
return_replacement->SetReferenceTypeInfo(ReferenceTypeInfo::Create(
return_handle, return_handle->CannotBeAssignedFromOtherTypes() /* is_exact */));
} else {