OSDN Git Service

Fix indentation in reference type propagation
authorDavid Brazdil <dbrazdil@google.com>
Thu, 20 Aug 2015 16:05:49 +0000 (17:05 +0100)
committerDavid Brazdil <dbrazdil@google.com>
Thu, 20 Aug 2015 16:05:49 +0000 (17:05 +0100)
Change-Id: I5860c4fef55326ac2b510e3e34c4541b691794e0

compiler/optimizing/reference_type_propagation.cc

index 45b3df0..97b9972 100644 (file)
@@ -475,7 +475,7 @@ void RTPVisitor::VisitLoadException(HLoadException* instr) {
 
   if (catch_info->IsCatchAllTypeIndex()) {
     instr->SetReferenceTypeInfo(ReferenceTypeInfo::Create(throwable_class_handle_,
-                                /* is_exact */ false));
+                                                          /* is_exact */ false));
   } else {
     UpdateReferenceTypeInfo(instr,
                             catch_info->GetCatchTypeIndex(),