Correct indentation level for one line.
authorJason Molenda <jmolenda@apple.com>
Wed, 9 Jul 2014 01:10:37 +0000 (01:10 +0000)
committerJason Molenda <jmolenda@apple.com>
Wed, 9 Jul 2014 01:10:37 +0000 (01:10 +0000)
llvm-svn: 212582

lldb/source/Expression/IRForTarget.cpp

index 833bc3f..b91e1b4 100644 (file)
@@ -182,7 +182,7 @@ IRForTarget::GetFunctionAddress (llvm::Function *fun,
             if (m_error_stream)
                 m_error_stream->Printf("Internal error [IRForTarget]: Call to unhandled compiler intrinsic '%s'\n", Intrinsic::getName(intrinsic_id).c_str());
 
-                return LookupResult::Fail;
+            return LookupResult::Fail;
         case Intrinsic::memcpy:
             {
                 static lldb_private::ConstString g_memcpy_str ("memcpy");